Struct windows_sys::Win32::Graphics::DXCore::DXCoreAdapterMemoryBudget
[−]#[repr(C)]pub struct DXCoreAdapterMemoryBudget {
pub budget: u64,
pub currentUsage: u64,
pub availableForReservation: u64,
pub currentReservation: u64,
}Expand description
Required features: ‘Win32_Graphics_DXCore’
Fields
budget: u64currentUsage: u64availableForReservation: u64currentReservation: u64