Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Describes which resources are supported by the current graphics driver for a given format.
Syntax
typedef struct D3D11_FEATURE_DATA_FORMAT_SUPPORT {
DXGI_FORMAT InFormat;
UINT OutFormatSupport;
} D3D11_FEATURE_DATA_FORMAT_SUPPORT;
Members
InFormat
Type: DXGI_FORMAT
DXGI_FORMAT to return information on.
OutFormatSupport
Type: UINT
Combination of D3D11_FORMAT_SUPPORT flags indicating which resources are supported.
Requirements
| Requirement | Value |
|---|---|
| Header | d3d11.h |