D3D12DDIARG_OFFERRESOURCES - NtDoc

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

typedef struct D3D12DDIARG_OFFERRESOURCES {
  UINT                           NumObjects;
  const D3D12DDI_HANDLE_AND_TYPE *pObjects;
  D3DDDI_OFFER_PRIORITY          Priority;
  UINT                           Reserved;
} D3D12DDIARG_OFFERRESOURCES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDIARG_OFFERRESOURCES structure

Description

Describes video memory resources that the user-mode display driver offers for reuse.

Members

NumObjects

The number of elements in the array pointed to by pObjects.

pObjects

A pointer to an array of handles to the video memory objects that the driver offers.

Priority

A value of type D3DDDI_OFFER_PRIORITY that indicates the importance of the resources pointed to by pObjects.

Reserved

Reserved.

Remarks

See also