D3DDDIARG_OFFERRESOURCES - NtDoc

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

typedef struct _D3DDDIARG_OFFERRESOURCES {
  [in] const HANDLE          *pResources;
  [in] UINT                  Resources;
  [in] D3DDDI_OFFER_PRIORITY Priority;
} D3DDDIARG_OFFERRESOURCES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_offerresources)

_D3DDDIARG_OFFERRESOURCES structure

Description

Describes video memory resources that the user-mode display driver offers for reuse. Used with the OfferResources function.

Members

pResources [in]

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

Resources [in]

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

Priority [in]

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

Remarks

This structure is pointed to by the pData parameter of the OfferResources routine.

See also

D3DDDI_OFFER_PRIORITY

OfferResources