D3D12DDI_QUERY_VIDEO_MEMORY_INFO_0054 - NtDoc

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

typedef struct D3D12DDI_QUERY_VIDEO_MEMORY_INFO_0054 {
  UINT64 Budget;
  UINT64 CurrentUsage;
} D3D12DDI_QUERY_VIDEO_MEMORY_INFO_0054;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_query_video_memory_info_0054)

D3D12DDI_QUERY_VIDEO_MEMORY_INFO_0054 structure

Description

Describes the current video memory budgeting parameters.

Members

Budget

Specifies the OS-provided video memory budget, in bytes, that the application should target.

CurrentUsage

Specifies the application’s current video memory usage, in bytes.

Remarks

See also