Trait windows::Win32::Graphics::Direct3D12::ID3D12Debug1_Impl
pub trait ID3D12Debug1_Impl: Sized {
// Required methods
fn EnableDebugLayer(&self);
fn SetEnableGPUBasedValidation(&self, enable: BOOL);
fn SetEnableSynchronizedCommandQueueValidation(&self, enable: BOOL);
}
Required Methods§
fn EnableDebugLayer(&self)
fn SetEnableGPUBasedValidation(&self, enable: BOOL)
fn SetEnableSynchronizedCommandQueueValidation(&self, enable: BOOL)
Object Safety§
This trait is not object safe.