Trait windows::Win32::Graphics::Direct3D12::ID3D12Debug5_Impl

pub trait ID3D12Debug5_Impl: Sized + ID3D12Debug4_Impl {
    // Required method
    fn SetEnableAutoName(&self, enable: BOOL);
}

Required Methods§

fn SetEnableAutoName(&self, enable: BOOL)

Object Safety§

This trait is not object safe.

Implementors§