windows::Win32::Graphics::Direct3D12

Trait ID3D12MetaCommand_Impl

pub trait ID3D12MetaCommand_Impl: ID3D12Pageable_Impl {
    // Required method
    fn GetRequiredParameterResourceSize(
        &self,
        stage: D3D12_META_COMMAND_PARAMETER_STAGE,
        parameterindex: u32,
    ) -> u64;
}

Required Methods§

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§