Describes which unordered resource options are supported by the current graphics driver for a given format.
typedef struct D3D11_FEATURE_DATA_FORMAT_SUPPORT2 {
DXGI_FORMAT InFormat;
UINT OutFormatSupport2;
} D3D11_FEATURE_DATA_FORMAT_SUPPORT2;
InFormat
DXGI_FORMAT to return information on.
OutFormatSupport2
Combination of D3D11_FORMAT_SUPPORT2 flags indicating which unordered resource options are supported.
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).