IDMLDispatchable interface (directml.h)

Implemented by objects that can be recorded into a command list for dispatch on the GPU, using IDMLCommandRecorder::RecordDispatch. The IDMLDispatchable interface inherits from IDMLPageable.

This interface is implemented by IDMLCompiledOperator and IDMLOperatorInitializer.

Inheritance

The IDMLDispatchable interface inherits from the IDMLPageable interface.

Methods

The IDMLDispatchable interface has these methods.

 
IDMLDispatchable::GetBindingProperties

Retrieves the binding properties for a dispatchable object (an operator initializer, or a compiled operator).

Requirements

Requirement Value
Target Platform Windows
Header directml.h

See also

IDMLPageable