Skip to content

Latest commit

 

History

History
88 lines (62 loc) · 3.4 KB

ns-dxgiddi-_dxgi_ddi_arg_offerresources.md

File metadata and controls

88 lines (62 loc) · 3.4 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:dxgiddi._DXGI_DDI_ARG_OFFERRESOURCES
_DXGI_DDI_ARG_OFFERRESOURCES (dxgiddi.h)
Describes video memory resources that the user-mode display driver offers for reuse. Used with the pfnOfferResources function. Used with the pfnReclaimResources function by Windows Display Driver Model (WDDM) 1.2 and later user-mode display drivers.
display\dxgi_ddi_arg_offerresources.htm
display
05/10/2018
DXGI_DDI_ARG_OFFERRESOURCES structure
DXGI_DDI_ARG_OFFERRESOURCES, DXGI_DDI_ARG_OFFERRESOURCES structure [Display Devices], _DXGI_DDI_ARG_OFFERRESOURCES, display.dxgi_ddi_arg_offerresources, dxgiddi/DXGI_DDI_ARG_OFFERRESOURCES
dxgiddi.h
D3d10umddi.h
Windows
Windows 8,WDDM 1.2 and later
Windows Server 2012
Windows
DXGI_DDI_ARG_OFFERRESOURCES
_DXGI_DDI_ARG_OFFERRESOURCES
dxgiddi/_DXGI_DDI_ARG_OFFERRESOURCES
DXGI_DDI_ARG_OFFERRESOURCES
dxgiddi/DXGI_DDI_ARG_OFFERRESOURCES
APIRef
kbSyntax
HeaderDef
Dxgiddi.h
_DXGI_DDI_ARG_OFFERRESOURCES
DXGI_DDI_ARG_OFFERRESOURCES

_DXGI_DDI_ARG_OFFERRESOURCES structure

-description

Describes video memory resources that the user-mode display driver offers for reuse. Used with the pfnOfferResources function. Used with the pfnReclaimResources function by Windows Display Driver Model (WDDM) 1.2 and later user-mode display drivers.

-struct-fields

-field hDevice [in]

A handle to the display device (graphics context) on which the driver offers resources for reuse.

The Direct3D runtime passed this handle to the driver in the hDrvDevice member of the D3D10DDIARG_CREATEDEVICE structure when it created the device by calling the CreateDevice(D3D10) routine.

-field pResources [in]

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

-field Resources [in]

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

-field Priority [in]

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

-see-also

CreateDevice(D3D10)

D3D10DDIARG_CREATEDEVICE

D3DDDI_OFFER_PRIORITY

pfnOfferResources