Skip to main content
Describes which resources are supported by the current graphics driver for a given format.

Syntax

Members

Format
Type: DXGI_FORMAT
A DXGI_FORMAT-typed value for the format to return info about. Support1
Type: D3D12_FORMAT_SUPPORT1
A combination of D3D12_FORMAT_SUPPORT1-typed values that are combined by using a bitwise OR operation. The resulting value specifies which resources are supported. Support2
Type: D3D12_FORMAT_SUPPORT2
A combination of D3D12_FORMAT_SUPPORT2-typed values that are combined by using a bitwise OR operation. The resulting value specifies which unordered resource options are supported.

Remarks

Refer to Typed unordered access view loads for an example use of this structure. Also see D3D12_FEATURE.

Hardware support for DXGI Formats

To view tables of DXGI formats and hardware features, refer to:

Requirements

Header: d3d12_xs.h or d3d12_x.h
Library: d3d12_xs.lib or d3d12_x.lib
Supported Platforms: XBOX Series consoles and XBOX One family

See Also

Core Structures D3D12_FEATURE Typed unordered access view loads
Last modified on August 20, 2026