D3DDDIARG_OFFERRESOURCES structure (d3dumddi.h)
Describes video memory resources that the user-mode display driver offers for reuse. Used with the OfferResources function.
Syntax
typedef struct _D3DDDIARG_OFFERRESOURCES {
[in] const HANDLE *pResources;
[in] UINT Resources;
[in] D3DDDI_OFFER_PRIORITY Priority;
} D3DDDIARG_OFFERRESOURCES;
Members
[in] pResources
A pointer to an array of handles to the video memory resources that the driver offers.
[in] Resources
The number of elements in the array pointed to by pResources.
[in] Priority
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Minimum supported server | Windows Server 2012 |
Header | d3dumddi.h (include D3dumddi.h) |