D3D12DDI_OPTIONS_DATA_0090 structure (d3d12umddi.h)

A user-mode driver indicates support for capabilities in the D3D12DDI_OPTIONS_DATA_0090 structure when its PFND3DDDI_GETCAPS function is called with D3D12DDICAPS_TYPE_OPTIONS_0090.

Syntax

typedef struct D3D12DDI_OPTIONS_0090 {
  BOOL RelaxedFormatCastingSupported;
} D3D12DDI_OPTIONS_DATA_0090;

Members

RelaxedFormatCastingSupported

Set TRUE when the driver supports format list casting; otherwise, set to FALSE.

Requirements

Requirement Value
Minimum supported client Windows 11, version 22H2
Header d3d12umddi.h

See also

D3D12DDICAPS_TYPE

D3DDDIARG_GETCAPS

PFND3DDDI_GETCAPS