Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 2.12 KB

ns-d3dumddi-_d3d12ddicb_reclaimallocations2.md

File metadata and controls

70 lines (56 loc) · 2.12 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:d3dumddi._D3D12DDICB_RECLAIMALLOCATIONS2
_D3D12DDICB_RECLAIMALLOCATIONS2 (d3dumddi.h)
Describes video memory resources that are to be reclaimed and that the driver previously offered for reuse.
display\d3d12ddicb_reclaimallocations2.htm
display
05/10/2018
D3D12DDICB_RECLAIMALLOCATIONS2 structure
D3D12DDICB_RECLAIMALLOCATIONS2, D3D12DDICB_RECLAIMALLOCATIONS2 structure [Display Devices], _D3D12DDICB_RECLAIMALLOCATIONS2, d3dumddi/D3D12DDICB_RECLAIMALLOCATIONS2, display.d3d12ddicb_reclaimallocations2
d3dumddi.h
D3dumddi.h
Windows
Windows 10
Windows Server 2016
Windows
D3D12DDICB_RECLAIMALLOCATIONS2
_D3D12DDICB_RECLAIMALLOCATIONS2
d3dumddi/_D3D12DDICB_RECLAIMALLOCATIONS2
D3D12DDICB_RECLAIMALLOCATIONS2
d3dumddi/D3D12DDICB_RECLAIMALLOCATIONS2
APIRef
kbSyntax
HeaderDef
d3dumddi.h
_D3D12DDICB_RECLAIMALLOCATIONS2
D3D12DDICB_RECLAIMALLOCATIONS2

_D3D12DDICB_RECLAIMALLOCATIONS2 structure

-description

Describes video memory resources that are to be reclaimed and that the driver previously offered for reuse.

-struct-fields

-field NumAllocations [in]

The number of items in pDiscarded and whichever of pResources or HandleList is non-NULL.

-field HandleList [in]

An array of allocation handles. If non-NULL, pResources must be NULL.

-field pDiscarded [out]

Optional array of boolean values specifying whether each resource or allocation was discarded.

-field PagingFenceValue [out]

The paging fence to synchronize against before submitting work to the GPU which references any of the resources or allocations in the provided arrays.