Module glcmdbuf

Source
Expand description

Definitions of DrawArrayCommand, DrawElementsCommand and DispatchIndirectCommand

Structs§

DispatchIndirectCommand
The data for glDispatchComputeIndirect to submit multiple compute commands at once Must be binded to the BufferTarget::DispatchIndirectBuffer
DrawArrayCommand
The data for glMultiDrawArraysIndirect to submit multiple draw array commands at once with instancing Must be binded to the BufferTarget::DrawIndirectBuffer
DrawElementsCommand
The data for glMultiDrawElementsIndirect to submit multiple draw element commands at once with instancing Must be binded to the BufferTarget::DrawIndirectBuffer

Traits§

DrawCommand
The trait for all of the commands