Expand description
Definitions of DrawArrayCommand
, DrawElementsCommand
and DispatchIndirectCommand
Structs§
- Dispatch
Indirect Command - The data for
glDispatchComputeIndirect
to submit multiple compute commands at once Must be binded to theBufferTarget::DispatchIndirectBuffer
- Draw
Array Command - The data for
glMultiDrawArraysIndirect
to submit multiple draw array commands at once with instancing Must be binded to theBufferTarget::DrawIndirectBuffer
- Draw
Elements Command - The data for
glMultiDrawElementsIndirect
to submit multiple draw element commands at once with instancing Must be binded to theBufferTarget::DrawIndirectBuffer
Traits§
- Draw
Command - The trait for all of the commands