D3D12DDICB_UNPIN_RESOURCES_0076 - NtDoc

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

typedef struct D3D12DDICB_UNPIN_RESOURCES_0076 {
  UINT                       NumResources;
  const D3D12DDI_HRTRESOURCE *hResources;
} D3D12DDICB_UNPIN_RESOURCES_0076;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

Argument structure for PFND3D12DDI_UNPINRESOURCES_CB_0076 that provides the list of resources to unpin.

Members

NumResources

Size of the hResources handle array.

hResources

The list of D3D12DDI_HRTRESOURCE resources to unpin.

Remarks

See also

PFND3D12DDI_UNPINRESOURCES_CB_0076