Struct unity_native_plugin_sys::UnityGraphicsD3D12PhysicalVideoMemoryControlValues [−][src]
#[repr(C)]pub struct UnityGraphicsD3D12PhysicalVideoMemoryControlValues {
pub reservation: UINT64,
pub systemMemoryThreshold: UINT64,
pub residencyThreshold: UINT64,
}Fields
reservation: UINT64systemMemoryThreshold: UINT64residencyThreshold: UINT64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more