cubos::engine::UIDrawList::Type struct

Describes a UI draw call type.

Constructors, destructors, conversion operators

Type()
Constructs.

Public variables

cubos::core::gl::ShaderPipeline pipeline
Handle to shader pipeline.
cubos::core::gl::ConstantBuffer constantBuffer
Handle to the constant buffer to hold the per element data.
cubos::core::gl::ShaderBindingPoint constantBufferBindingPoint
Binding point of the element data.
size_t perElementSize
Size of the struct holding the element data.
cubos::core::gl::ShaderBindingPoint texBindingPoint
Textures binding points.