D3D12DDI_OPTIONS_0090 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_OPTIONS_0090 {
  BOOL RelaxedFormatCastingSupported;
} D3D12DDI_OPTIONS_DATA_0090;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_options_data_0090)

Description

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.

Members

RelaxedFormatCastingSupported

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

See also

D3D12DDICAPS_TYPE

D3DDDIARG_GETCAPS

PFND3DDDI_GETCAPS