// d3d10umddi.h
typedef enum D3DWDDM1_3DDI_TILED_RESOURCES_SUPPORT_FLAG {
D3DWDDM1_3DDI_TILED_RESOURCES_TIER_1_SUPPORTED,
D3DWDDM1_3DDI_TILED_RESOURCES_TIER_2_SUPPORTED,
D3DWDDM2_0DDI_TILED_RESOURCES_TIER_3_SUPPORTED
} ;
View the official Windows Driver Kit DDI referenceNo description available.
Indicates the level of support by the hardware and user-mode display driver for tiled resources.
D3DWDDM1_3DDI_TILED_RESOURCES_TIER_1_SUPPORTEDTiled resources are supported to a minimal level.
D3DWDDM1_3DDI_TILED_RESOURCES_TIER_2_SUPPORTEDTiled resources are supported to a greater extent than for D3DWDDM1_3DDI_TILED_RESOURCES_TIER_1_SUPPORTED.
If this flag is set, the Direct3D runtime assumes that the support level of the D3DWDDM1_3DDI_TILED_RESOURCES_TIER_1_SUPPORTED flag also applies.
D3DWDDM2_0DDI_TILED_RESOURCES_TIER_3_SUPPORTEDD3DWDDM1_3DDI_D3D11_OPTIONS_DATA1