MeshBuffer

Undocumented in source.

Members

Functions

bindIndex
void bindIndex(CommandBuffer cmd)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
vertexBinding
VertexBinding vertexBinding()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

indicesCount
uint indicesCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

indexBuf
Rc!Buffer indexBuf;
Undocumented in source.
indices
Interval!size_t indices;
Undocumented in source.
vertexBuf
Rc!Buffer vertexBuf;
Undocumented in source.
vertices
Interval!size_t vertices;
Undocumented in source.

Meta