YAGE  1.0
Yet Another Game Engine
VertexFormat Member List

This is the complete list of members for VertexFormat, including all inherited members.

bitangentVertexFormat
normalVertexFormat
operator<(const VertexFormat that) const VertexFormatinline
operator<<(std::ostream &os, const VertexFormat &v)VertexFormatfriend
positionVertexFormat
tangentVertexFormat
uvVertexFormat
VertexFormat(const glm::vec3 &inPos, const glm::vec2 &inUV, const glm::vec3 &inNormal, const glm::vec3 &inTangent, const glm::vec3 &inBitangent)VertexFormatinline