IMeshDispatcher
Description
- Extended by
-
DirectX12MeshDispatcher sealed
OpenGLESMeshDispatcher sealed
OpenGLMeshDispatcher sealed
Base interface for classes that provide methods for dispatching general-purpose mesh rendering work.
Public / Attributes
Buffer
The dispatch buffer to use for dispatching mesh rendering 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 mesh rendering work be dispatched indirectly from the current buffer (see Buffer)?