Trait windows::Win32::Graphics::Direct3D12::ID3D12Debug4_Impl
pub trait ID3D12Debug4_Impl: Sized + ID3D12Debug3_Impl {
// Required method
fn DisableDebugLayer(&self);
}
Required Methods§
fn DisableDebugLayer(&self)
Object Safety§
This trait is not object safe.