D3D12_EXISTING_COLLECTION_DESC structure (d3d12.h)
A state subobject describing an existing collection that can be included in a state object.
Syntax
typedef struct D3D12_EXISTING_COLLECTION_DESC {
ID3D12StateObject *pExistingCollection;
UINT NumExports;
const D3D12_EXPORT_DESC *pExports;
} D3D12_EXISTING_COLLECTION_DESC;
Members
pExistingCollection
The collection to include in a state object. The enclosing state object holds a reference to the existing collection.
NumExports
Size of the pExports array. If 0, all of the collection’s exports get exported.
pExports
Optional exports array. For more information, see D3D12_EXPORT_DESC.
pExports
Requirements
Requirement | Value |
---|---|
Header | d3d12.h |