Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
D3D11_FEATURE_DATA_DISPLAYABLE structure (d3d11.h)
Describes the level of displayable surfaces supported in the current graphics driver. See Displayable surfaces.
Syntax
typedef struct D3D11_FEATURE_DATA_DISPLAYABLE {
BOOL DisplayableTexture;
D3D11_SHARED_RESOURCE_TIER SharedResourceTier;
} D3D11_FEATURE_DATA_DISPLAYABLE;
Members
DisplayableTexture
Type: BOOL
true if the driver supports displayable surfaces; otherwise, false.
SharedResourceTier
Type: D3D11_SHARED_RESOURCE_TIER
The level of support for shared resources in the current graphics driver.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11 (Build 10.0.22000.194) |
| Minimum supported server | Windows 11 (Build 10.0.22000.194) |
| Header | d3d11.h |
See also
Feedback
Was this page helpful?
