// 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 referenceNo description available.
Describes the current video memory budgeting parameters.
BudgetSpecifies the OS-provided video memory budget, in bytes, that the application should target.
CurrentUsageSpecifies the application’s current video memory usage, in bytes.