D3D12DDIARG_CREATE_STATE_OBJECT_0054 - NtDoc

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

typedef struct D3D12DDIARG_CREATE_STATE_OBJECT_0054 {
  D3D12DDI_STATE_OBJECT_TYPE          Type;
  UINT                                NumSubobjects;
  const D3D12DDI_STATE_SUBOBJECT_0054 *pSubobjects;
} D3D12DDIARG_CREATE_STATE_OBJECT_0054;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDIARG_CREATE_STATE_OBJECT_0054 structure

Description

Arguments used in the CreateStateObject callback function to create a state object.

Members

Type

The D3D12DDI_STATE_OBJECT_TYPE type.

NumSubobjects

The number of D3D12DDI_STATE_SUBOBJECT_0054 structures in the pSubobjects array.

pSubobjects

Pointer to an array of D3D12DDI_STATE_SUBOBJECT_0054 structures.

Remarks

See also