cubos::engine::UIDrawList::Command struct

Describes a UI draw instruction.

Public variables

cubos::core::gl::VertexArray vertexArray
Vertex array handle.
size_t vertexOffset
Index of the first vertex to be drawn.
size_t vertexCount
Number of vertexes to draw.
cubos::core::gl::Sampler samplers
Samplers.
cubos::core::gl::Texture2D textures
Textures.