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

This is the complete list of members for STK::VertexBufferP, 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) override (defined in STK::VertexBufferP)STK::VertexBufferPvirtual
data() override (defined in STK::VertexBufferP)STK::VertexBufferPinlinevirtual
data() const override (defined in STK::VertexBufferP)STK::VertexBufferPinlinevirtual
deleteBuffer() (defined in STK::VertexBuffer)STK::VertexBuffer
dirty_ (defined in STK::VertexBuffer)STK::VertexBufferprotected
disableVertexAttribs(ShaderProgram &program) override (defined in STK::VertexBufferP)STK::VertexBufferPvirtual
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 override (defined in STK::VertexBufferP)STK::VertexBufferPvirtual
getSize() const override (defined in STK::VertexBufferP)STK::VertexBufferPinlinevirtual
getTexCoord(int) const (defined in STK::VertexBuffer)STK::VertexBufferinlinevirtual
getUsage() const (defined in STK::VertexBuffer)STK::VertexBufferinline
initBuffer() override (defined in STK::VertexBufferP)STK::VertexBufferPvirtual
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) override (defined in STK::VertexBufferP)STK::VertexBufferPinlinevirtual
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) override (defined in STK::VertexBufferP)STK::VertexBufferPvirtual
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
VertexBufferP(int size=0, GLenum usage=GL_STATIC_DRAW) (defined in STK::VertexBufferP)STK::VertexBufferPexplicit
~VertexBuffer() (defined in STK::VertexBuffer)STK::VertexBuffervirtual