SimpleGL  1.1.0
A framework for platform independent rendering
sgl::Batch Member List

This is the complete list of members for sgl::Batch, including all inherited members.

Batch(void)sgl::Batchprotected
begin()sgl::Batchvirtual
color(float r, float g, float b)sgl::Batch
color(float r, float g, float b, float a)sgl::Batch
color(glm::vec3 color)sgl::Batch
color(glm::vec4 color)sgl::Batch
colorssgl::Batchprotected
drawingsgl::Batchprotected
end()sgl::Batchvirtual
flush()=0sgl::Batchpure virtual
getModel()sgl::Batch
getProjection()sgl::Batch
getView()sgl::Batch
normal(float nx, float ny, float nz)sgl::Batch
normal(glm::vec3 normal)sgl::Batch
normalssgl::Batchprotected
numVerticessgl::Batchprotected
setModel(glm::mat4 model)sgl::Batch
setProjection(glm::mat4 projection)sgl::Batch
setView(glm::mat4 view)sgl::Batch
texCoord(float s, float t)sgl::Batch
texCoord(glm::vec2 texCoord)sgl::Batch
texCoordssgl::Batchprotected
transformationsgl::Batchprotected
vertex(float x, float y)sgl::Batch
vertex(float x, float y, float z)sgl::Batch
vertex(glm::vec2 vertex)sgl::Batch
vertex(glm::vec3 vertex)sgl::Batch
verticessgl::Batchprotected
~Batch(void)sgl::Batch