ToyMaker Game Engine 0.0.2
ToyMaker is a game engine developed and maintained by Zoheb Shujauddin.
Loading...
Searching...
No Matches
ToyMaker::VertexAttributeDescriptor Member List

This is the complete list of members for ToyMaker::VertexAttributeDescriptor, including all inherited members.

GetGLTypeSize(GLenum type)ToyMaker::VertexAttributeDescriptorinlineprivatestatic
mLayoutLocationToyMaker::VertexAttributeDescriptor
mNameToyMaker::VertexAttributeDescriptor
mNComponentsToyMaker::VertexAttributeDescriptor
mSizeToyMaker::VertexAttributeDescriptor
mTypeToyMaker::VertexAttributeDescriptor
operator==(const VertexAttributeDescriptor &other) constToyMaker::VertexAttributeDescriptorinline
VertexAttributeDescriptor(const std::string &name, GLint layoutLocation, GLuint nComponents=1, GLenum type=GL_FLOAT)ToyMaker::VertexAttributeDescriptorinline