Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |