Expand description
Definitions of DrawArrayCommand, DrawElementsCommand and DispatchIndirectCommand
Structs§
- Dispatch
Indirect Command - The data for
glDispatchComputeIndirectto submit multiple compute commands at once Must be binded to theBufferTarget::DispatchIndirectBuffer - Draw
Array Command - The data for
glMultiDrawArraysIndirectto submit multiple draw array commands at once with instancing Must be binded to theBufferTarget::DrawIndirectBuffer - Draw
Elements Command - The data for
glMultiDrawElementsIndirectto 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