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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§