IWorkDispatcher
Description
- Extended by
-
DirectX11WorkDispatcher sealed
DirectX12WorkDispatcher sealed
OpenGLESWorkDispatcher sealed
OpenGLWorkDispatcher sealed
Base interface for classes that provide methods for dispatching general-purpose computational work.
Public / Attributes
Buffer
The dispatch buffer to use for dispatching computational work indirectly.
The element size and layout of the buffer is defined by the underlying graphics API and is usually populated by GPU programs. Please refer to the documentation of the respective subclass for details.
CanDispatchIndirect
Can computational work be dispatched indirectly from the current buffer (see Buffer)?