Cinder  0.9.1
cinder::gl::Ssbo Member List

This is the complete list of members for cinder::gl::Ssbo, including all inherited members.

bind() const cinder::gl::BufferObj
bindBase(GLuint index)cinder::gl::Ssbo
bufferData(GLsizeiptr size, const GLvoid *data, GLenum usage)cinder::gl::BufferObj
BufferObj(GLenum target)cinder::gl::BufferObjprotected
BufferObj(GLenum target, GLsizeiptr allocationSize, const void *data, GLenum usage)cinder::gl::BufferObjprotected
bufferStorage(GLsizeiptr size, const void *data, GLbitfield flags) const cinder::gl::Ssbo
bufferSubData(GLintptr offset, GLsizeiptr size, const GLvoid *data)cinder::gl::BufferObj
copyData(GLsizeiptr size, const GLvoid *data)cinder::gl::BufferObj
create(GLsizeiptr allocationSize, const void *data=nullptr, GLenum usage=GL_STATIC_DRAW)cinder::gl::Ssbostatic
cinder::gl::BufferObj::create(GLenum target, GLsizeiptr allocationSize, const void *data, GLenum usage)cinder::gl::BufferObjstatic
ensureMinimumSize(GLsizeiptr minimumSize)cinder::gl::BufferObj
getBindingConstantForTarget(GLenum target)cinder::gl::BufferObjstatic
getBufferSubData(GLintptr offset, GLsizeiptr size, GLvoid *data)cinder::gl::BufferObj
getId() const cinder::gl::BufferObj
getLabel() const cinder::gl::BufferObj
getSize() const cinder::gl::BufferObj
getTarget() const cinder::gl::BufferObj
getUsage() const cinder::gl::BufferObj
map(GLenum access) const cinder::gl::BufferObj
mapBufferRange(GLintptr offset, GLsizeiptr length, GLbitfield access) const cinder::gl::BufferObj
mapReplace()cinder::gl::BufferObj
mapWriteOnly()cinder::gl::BufferObj
mBasecinder::gl::Ssboprotected
mIdcinder::gl::BufferObjprotected
mLabelcinder::gl::BufferObjprotected
mSizecinder::gl::BufferObjprotected
mTargetcinder::gl::BufferObjprotected
mUsagecinder::gl::BufferObjprotected
setLabel(const std::string &label)cinder::gl::BufferObj
setTarget(GLenum target)cinder::gl::BufferObj
setUsage(GLenum usage)cinder::gl::BufferObj
Ssbo(GLsizeiptr allocationSize, const void *data=nullptr, GLenum usage=GL_STATIC_DRAW)cinder::gl::Ssboprotected
unbind() const cinder::gl::BufferObj
unbindBase()cinder::gl::Ssbo
unmap() const cinder::gl::BufferObj
~BufferObj()cinder::gl::BufferObj