Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Arguments used in the CreateStateObject callback function to create a state object.
Syntax
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;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 |
Header | d3d12umddi.h |