moggle.core.vao

Undocumented in source.

Members

Aliases

AttributeParameters
alias AttributeParameters = TypeTuple!(GLint, GLenum, bool, GLsizei, const(void)*)

The tuple of parameters for glVertexAttribPointer that specify the type information.

Structs

Vao
struct Vao

A vertex attribute object.

Templates

attributeParametersFor
template attributeParametersFor(T)
template attributeParametersFor(T, string member)

The (automatically deduced) correct AttributeParameters for T.

Meta