Trait IDMLCommandRecorder_Impl
pub trait IDMLCommandRecorder_Impl: IDMLDeviceChild_Impl {
// Required method
fn RecordDispatch(
&self,
commandlist: Ref<'_, ID3D12CommandList>,
dispatchable: Ref<'_, IDMLDispatchable>,
bindings: Ref<'_, IDMLBindingTable>,
);
}
Required Methods§
fn RecordDispatch( &self, commandlist: Ref<'_, ID3D12CommandList>, dispatchable: Ref<'_, IDMLDispatchable>, bindings: Ref<'_, IDMLBindingTable>, )
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.