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