DrawArraysIndirect struct new in Git master
#include <Magnum/GL/AbstractShaderProgram.h>
Non-indexed draw indirect command.
Layout for a Buffer containing indirect draw commands for non-indexed meshes drawn with AbstractShaderProgram::
Public variables
- UnsignedInt count
- Vertex count.
- UnsignedInt instanceCount
- Instance count.
- UnsignedInt vertexOffset
- Vertex offset.
- UnsignedInt instanceOffset
- Instance offset.
Variable documentation
UnsignedInt Magnum:: GL:: DrawArraysIndirect:: count
Vertex count.
Corresponds to the value passed to Mesh::
UnsignedInt Magnum:: GL:: DrawArraysIndirect:: instanceCount
Instance count.
Corresponds to the value passed to Mesh::
UnsignedInt Magnum:: GL:: DrawArraysIndirect:: vertexOffset
Vertex offset.
Corresponds to the value passed to Mesh::
UnsignedInt Magnum:: GL:: DrawArraysIndirect:: instanceOffset
Instance offset.
Corresponds to the value passed to Mesh::