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

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

addVertex(const VertexPT &vtx) (defined in STK::VertexBufferPT)STK::VertexBufferPTinline
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::VertexBufferPT)STK::VertexBufferPTvirtual
data() override (defined in STK::VertexBufferPT)STK::VertexBufferPTinlinevirtual
data() const override (defined in STK::VertexBufferPT)STK::VertexBufferPTinlinevirtual
deleteBuffer() (defined in STK::VertexBuffer)STK::VertexBuffer
dirty_ (defined in STK::VertexBuffer)STK::VertexBufferprotected
disableVertexAttribs(ShaderProgram &program) override (defined in STK::VertexBufferPT)STK::VertexBufferPTvirtual
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::VertexBufferPT)STK::VertexBufferPTvirtual
getSize() const override (defined in STK::VertexBufferPT)STK::VertexBufferPTinlinevirtual
getTexCoord(int idx) const override (defined in STK::VertexBufferPT)STK::VertexBufferPTinlinevirtual
getUsage() const (defined in STK::VertexBuffer)STK::VertexBufferinline
initBuffer() override (defined in STK::VertexBufferPT)STK::VertexBufferPTvirtual
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::VertexBufferPT)STK::VertexBufferPTinlinevirtual
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::VertexBufferPT)STK::VertexBufferPTvirtual
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
VertexBufferPT(int size=0, GLenum usage=GL_STATIC_DRAW) (defined in STK::VertexBufferPT)STK::VertexBufferPTexplicit
~VertexBuffer() (defined in STK::VertexBuffer)STK::VertexBuffervirtual