D3D12DDICB_UNPIN_RESOURCES_0076 structure (d3d12umddi.h)
Argument structure for PFND3D12DDI_UNPINRESOURCES_CB_0076 that provides the list of resources to unpin.
Syntax
typedef struct D3D12DDICB_UNPIN_RESOURCES_0076 {
UINT NumResources;
const D3D12DDI_HRTRESOURCE *hResources;
} D3D12DDICB_UNPIN_RESOURCES_0076;
Members
NumResources
Size of the hResources handle array.
hResources
The list of D3D12DDI_HRTRESOURCE resources to unpin.
Requirements
Requirement | Value |
---|---|
Header | d3d12umddi.h |