Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Describes which unordered resource options are supported by the current graphics driver for a given format.
Syntax
typedef struct D3D11_FEATURE_DATA_FORMAT_SUPPORT2 {
DXGI_FORMAT InFormat;
UINT OutFormatSupport2;
} D3D11_FEATURE_DATA_FORMAT_SUPPORT2;
Members
InFormat
Type: DXGI_FORMAT
DXGI_FORMAT to return information on.
OutFormatSupport2
Type: UINT
Combination of D3D11_FORMAT_SUPPORT2 flags indicating which unordered resource options are supported.
Requirements
| Requirement | Value |
|---|---|
| Header | d3d11.h |