windows::Win32::Graphics::Direct3D12

Trait ID3D12StateObjectProperties1_Impl

pub trait ID3D12StateObjectProperties1_Impl: ID3D12StateObjectProperties_Impl {
    // Required method
    fn GetProgramIdentifier(
        &self,
        pprogramname: &PCWSTR,
    ) -> D3D12_PROGRAM_IDENTIFIER;
}

Required Methods§

fn GetProgramIdentifier( &self, pprogramname: &PCWSTR, ) -> D3D12_PROGRAM_IDENTIFIER

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§