![]() |
Maria GDK 5.0.0.738
Documentation of native code in develop branch
|
This is the complete list of members for STK::VertexBufferPNT, including all inherited members.
addVertex(const STK::Vector3f &position, const STK::Vector3f &normal, const STK::Vector2f &texcoord) (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | inline |
addVertex(const VertexPNT &vtx) (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | inline |
addVertex(const STK::Vector3f &position) (defined in STK::VertexBuffer) | STK::VertexBuffer | inline |
addVertex(const STK::Vector3f &position, const STK::Vector3f &normal) (defined in STK::VertexBuffer) | STK::VertexBuffer | inline |
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::VertexBuffer | inline |
applyVertexAttribs(ShaderProgram &program) (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | virtual |
data() (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | inlinevirtual |
data() const (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | inlinevirtual |
deleteBuffer() (defined in STK::VertexBuffer) | STK::VertexBuffer | |
dirty_ (defined in STK::VertexBuffer) | STK::VertexBuffer | protected |
disableVertexAttribs(ShaderProgram &program) (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | virtual |
getBoneIndices(int) const (defined in STK::VertexBuffer) | STK::VertexBuffer | inlinevirtual |
getBoneWeights(int) const (defined in STK::VertexBuffer) | STK::VertexBuffer | inlinevirtual |
getColor(int) const (defined in STK::VertexBuffer) | STK::VertexBuffer | inlinevirtual |
getNormal(int idx) const (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | inlinevirtual |
getPosition(int idx) const (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | virtual |
getSize() const (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | inlinevirtual |
getTexCoord(int idx) const (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | inlinevirtual |
getUsage() const (defined in STK::VertexBuffer) | STK::VertexBuffer | inline |
initBuffer() (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | virtual |
isDirty() const (defined in STK::VertexBuffer) | STK::VertexBuffer | inline |
setDirty(bool dirty) (defined in STK::VertexBuffer) | STK::VertexBuffer | inline |
setNormal(int idx, const STK::Vector3f &normal) (defined in STK::VertexBuffer) | STK::VertexBuffer | inline |
setSize(int size) (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | inlinevirtual |
setTexCoord(int idx, const STK::Vector2f &texcoord) (defined in STK::VertexBuffer) | STK::VertexBuffer | inline |
setUsage(GLenum usage) (defined in STK::VertexBuffer) | STK::VertexBuffer | inline |
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) (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | virtual |
setVertex(int idx, const STK::Vector3f &position, const STK::Vector3f &normal, const STK::Vector2f &texcoord) (defined in STK::VertexBuffer) | STK::VertexBuffer | inline |
setVertex(int idx, const STK::Vector3f &position) (defined in STK::VertexBuffer) | STK::VertexBuffer | inline |
setVertex(int idx, const STK::Vector3f &position, const STK::RGBA &color) (defined in STK::VertexBuffer) | STK::VertexBuffer | inline |
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::VertexBuffer | inline |
usage_ (defined in STK::VertexBuffer) | STK::VertexBuffer | protected |
vao_id_ (defined in STK::VertexBuffer) | STK::VertexBuffer | protected |
vbo_id_ (defined in STK::VertexBuffer) | STK::VertexBuffer | protected |
VertexBuffer(GLenum usage=GL_STATIC_DRAW) (defined in STK::VertexBuffer) | STK::VertexBuffer | |
VertexBufferPNT(int size=0, GLenum usage=GL_STATIC_DRAW) (defined in STK::VertexBufferPNT) | STK::VertexBufferPNT | |
~VertexBuffer() (defined in STK::VertexBuffer) | STK::VertexBuffer | virtual |