D3D12DDICB_PIN_RESOURCES_0076 structure (d3d12umddi.h)

Argument structure for PFND3D12DDI_PINRESOURCES_CB_0076 that provides the list of resources to pin.

Syntax

typedef struct D3D12DDICB_PIN_RESOURCES_0076 {
  UINT                       NumResources;
  const D3D12DDI_HRTRESOURCE *hResources;
} D3D12DDICB_PIN_RESOURCES_0076;

Members

NumResources

Size of the hResources handle array.

hResources

The list of D3D12DDI_HRTRESOURCE resources to pin.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header d3d12umddi.h

See also

PFND3D12DDI_PINRESOURCES_CB_0076