Yet Another Game Engine
|
This is the complete list of members for yage::Vertex, including all inherited members.
colour | yage::Vertex | |
position | yage::Vertex | |
setColour(GLubyte r, GLubyte g, GLubyte b, GLubyte a) | yage::Vertex | inline |
setPosition(float x, float y) | yage::Vertex | inline |
setUv(float u, float v) | yage::Vertex | inline |
uv | yage::Vertex | |
Vertex()=default | yage::Vertex | |
Vertex(const Position &position_, const Colour &colour_, const UV &uv_) | yage::Vertex | inline |