pub trait ID3D12GraphicsCommandList10_Impl: Sized + ID3D12GraphicsCommandList9_Impl {
    // Required methods
    fn SetProgram(&self, pdesc: *const D3D12_SET_PROGRAM_DESC);
    fn DispatchGraph(&self, pdesc: *const D3D12_DISPATCH_GRAPH_DESC);
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§