|
YAGE
1.0
Yet Another Game Engine
|
This is the complete list of members for VertexFormat, including all inherited members.
| bitangent | VertexFormat | |
| normal | VertexFormat | |
| operator<(const VertexFormat that) const | VertexFormat | inline |
| operator<<(std::ostream &os, const VertexFormat &v) | VertexFormat | friend |
| position | VertexFormat | |
| tangent | VertexFormat | |
| uv | VertexFormat | |
| VertexFormat(const glm::vec3 &inPos, const glm::vec2 &inUV, const glm::vec3 &inNormal, const glm::vec3 &inTangent, const glm::vec3 &inBitangent) | VertexFormat | inline |