D3D12DDI_QUERY_VIDEO_MEMORY_INFO_0054 structure (d3d12umddi.h)
Describes the current video memory budgeting parameters.
Syntax
typedef struct D3D12DDI_QUERY_VIDEO_MEMORY_INFO_0054 {
UINT64 Budget;
UINT64 CurrentUsage;
} D3D12DDI_QUERY_VIDEO_MEMORY_INFO_0054;
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | d3d12umddi.h |