Maria GDK 5.0.0.738
Documentation of native code in develop branch
Loading...
Searching...
No Matches
STK::VertexBuffer Member List

This is the complete list of members for STK::VertexBuffer, including all inherited members.

addVertex(const STK::Vector3f &position) (defined in STK::VertexBuffer)STK::VertexBufferinline
addVertex(const STK::Vector3f &position, const STK::Vector3f &normal) (defined in STK::VertexBuffer)STK::VertexBufferinline
addVertex(const STK::Vector3f &position, const STK::Vector3f &normal, const STK::Vector2f &texcoord, const STK::RGBA &color, const STK::Vector4f &boneWeights, const unsigned char *boneIndices) (defined in STK::VertexBuffer)STK::VertexBufferinline
applyVertexAttribs(ShaderProgram &program)=0 (defined in STK::VertexBuffer)STK::VertexBufferpure virtual
data()=0 (defined in STK::VertexBuffer)STK::VertexBufferpure virtual
data() const =0 (defined in STK::VertexBuffer)STK::VertexBufferpure virtual
deleteBuffer() (defined in STK::VertexBuffer)STK::VertexBuffer
dirty_ (defined in STK::VertexBuffer)STK::VertexBufferprotected
disableVertexAttribs(ShaderProgram &program)=0 (defined in STK::VertexBuffer)STK::VertexBufferpure virtual
getBoneIndices(int) const (defined in STK::VertexBuffer)STK::VertexBufferinlinevirtual
getBoneWeights(int) const (defined in STK::VertexBuffer)STK::VertexBufferinlinevirtual
getColor(int) const (defined in STK::VertexBuffer)STK::VertexBufferinlinevirtual
getNormal(int) const (defined in STK::VertexBuffer)STK::VertexBufferinlinevirtual
getPosition(int idx) const =0 (defined in STK::VertexBuffer)STK::VertexBufferpure virtual
getSize() const =0 (defined in STK::VertexBuffer)STK::VertexBufferpure virtual
getTexCoord(int) const (defined in STK::VertexBuffer)STK::VertexBufferinlinevirtual
getUsage() const (defined in STK::VertexBuffer)STK::VertexBufferinline
initBuffer()=0 (defined in STK::VertexBuffer)STK::VertexBufferpure virtual
isDirty() const (defined in STK::VertexBuffer)STK::VertexBufferinline
setDirty(bool dirty) (defined in STK::VertexBuffer)STK::VertexBufferinline
setNormal(int idx, const STK::Vector3f &normal) (defined in STK::VertexBuffer)STK::VertexBufferinline
setSize(int size)=0 (defined in STK::VertexBuffer)STK::VertexBufferpure virtual
setTexCoord(int idx, const STK::Vector2f &texcoord) (defined in STK::VertexBuffer)STK::VertexBufferinline
setUsage(GLenum usage) (defined in STK::VertexBuffer)STK::VertexBufferinline
setVertex(int idx, const STK::Vector3f &position, const STK::Vector3f &normal, const STK::Vector2f &texcoord, const STK::RGBA &color, const STK::Vector4f &boneWeights, const unsigned char *boneIndices)=0 (defined in STK::VertexBuffer)STK::VertexBufferpure virtual
setVertex(int idx, const STK::Vector3f &position, const STK::Vector3f &normal, const STK::Vector2f &texcoord) (defined in STK::VertexBuffer)STK::VertexBufferinline
setVertex(int idx, const STK::Vector3f &position) (defined in STK::VertexBuffer)STK::VertexBufferinline
setVertex(int idx, const STK::Vector3f &position, const STK::RGBA &color) (defined in STK::VertexBuffer)STK::VertexBufferinline
setVertex(int idx, const STK::Vector3f &position, const STK::Vector3f &normal, const STK::Vector2f &texcoord, const STK::Vector4f &boneWeights, const unsigned char *boneIndices) (defined in STK::VertexBuffer)STK::VertexBufferinline
usage_ (defined in STK::VertexBuffer)STK::VertexBufferprotected
vao_id_ (defined in STK::VertexBuffer)STK::VertexBufferprotected
vbo_id_ (defined in STK::VertexBuffer)STK::VertexBufferprotected
VertexBuffer(GLenum usage=GL_STATIC_DRAW) (defined in STK::VertexBuffer)STK::VertexBuffer
~VertexBuffer() (defined in STK::VertexBuffer)STK::VertexBuffervirtual