D3D12DDI_STATE_SUBOBJECT_0054 - NtDoc

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

typedef struct D3D12DDI_STATE_SUBOBJECT_0054 {
  D3D12DDI_STATE_SUBOBJECT_TYPE Type;
  const void                    *pDesc;
} D3D12DDI_STATE_SUBOBJECT_0054;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_STATE_SUBOBJECT_0054 structure

Description

State objects are built out of subobjects. A subobject has a type and corresponding data.

Members

Type

A D3D12DDI_STATE_SUBOBJECT_TYPE that represents the subobject type.

pDesc

Pointer to the description, depending on Type.

Remarks

See also