pub trait IDMLCommandRecorder_Impl: Sized + IDMLDeviceChild_Impl {
    // Required method
    fn RecordDispatch(
        &self,
        commandlist: Option<&ID3D12CommandList>,
        dispatchable: Option<&IDMLDispatchable>,
        bindings: Option<&IDMLBindingTable>
    );
}

Required Methods§

fn RecordDispatch( &self, commandlist: Option<&ID3D12CommandList>, dispatchable: Option<&IDMLDispatchable>, bindings: Option<&IDMLBindingTable> )

Object Safety§

This trait is not object safe.

Implementors§