Trait windows::Win32::Graphics::Direct3D12::ID3D12Heap_Impl
pub trait ID3D12Heap_Impl: Sized + ID3D12Pageable_Impl {
// Required method
fn GetDesc(&self) -> D3D12_HEAP_DESC;
}
Required Methods§
fn GetDesc(&self) -> D3D12_HEAP_DESC
Object Safety§
This trait is not object safe.