moggle.core.vbo

Undocumented in source.

Members

Structs

GenericVbo
struct GenericVbo

A vertex buffer object.

SpecificVbo
struct SpecificVbo(T)

A Vbo that knows what type of elements are stored in it.

VboMapping
struct VboMapping(T)
Undocumented in source.

Templates

Vbo
template Vbo(T)

An alias for SpecificVbo!T, except that Vbo!void is an alias for GenericVbo.

Meta