struct MeshData

Defined at line 39 of file ../../src/ui/lib/escher/paper/paper_render_funcs.h

Struct intended to be used as the |object_data| of a |RenderQueueItem|.

Typically populated via the helper function NewMeshData(); see below.

Public Members

IndexBinding index_binding
uint32_t vertex_binding_count
VertexBinding * vertex_bindings
uint32_t vertex_attribute_count
VertexAttributeBinding * vertex_attributes
uint32_t uniform_binding_count
UniformBinding * uniform_bindings
Texture * texture

Public Methods

void Bind (CommandBuffer * cb)

Defined at line 19 of file ../../src/ui/lib/escher/paper/paper_render_funcs.cc