Qt 5.15
Qt OpenGL
C++ Classes
QGLBuffer
Qt 5.15.8 Reference Documentation
List of All Members for QGLBuffer
This is the complete list of members for
QGLBuffer
, including inherited members.
enum
Access
QGLBuffer
(const QGLBuffer &)
QGLBuffer
(QGLBuffer::Type )
QGLBuffer
()
enum
Type
enum
UsagePattern
operator=
(const QGLBuffer &) : QGLBuffer &
~QGLBuffer
()
allocate
(const void *, int )
allocate
(int )
bind
() : bool
bufferId
() const : GLuint
create
() : bool
destroy
()
isCreated
() const : bool
map
(QGLBuffer::Access ) : void *
read
(int , void *, int ) : bool
release
()
release
(QGLBuffer::Type )
setUsagePattern
(QGLBuffer::UsagePattern )
size
() const : int
type
() const : QGLBuffer::Type
unmap
() : bool
usagePattern
() const : QGLBuffer::UsagePattern
write
(int , const void *, int )