DXGK_ALLOCATIONUSAGEHINT - NtDoc

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

typedef struct _DXGK_ALLOCATIONUSAGEHINT {
  [out] UINT                      Version;
  [out] DXGK_ALLOCATIONUSAGEINFO1 v1;
} DXGK_ALLOCATIONUSAGEHINT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_allocationusagehint)

_DXGK_ALLOCATIONUSAGEHINT structure

Description

The DXGK_ALLOCATIONUSAGEHINT structure contains allocation usage and version information that is used as a hint about how to use an allocation.

Members

Version [out]

A positive integer that indicates the version of the allocation.

v1 [out]

A DXGK_ALLOCATIONUSAGEINFO1 structure that describes how an allocation can be used in direct memory access (DMA) buffering.

See also

DXGKARG_CREATEALLOCATION

DXGK_ALLOCATIONINFO

DXGK_ALLOCATIONUSAGEINFO1

DxgkDdiCreateAllocation