就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 6.5.1
Qt OpenGL
C++ 类
QOpenGLBuffer
List of All Members for QOpenGLBuffer
这是完整成员列表为
QOpenGLBuffer
,包括继承的成员。
enum
Access
enum
RangeAccessFlag
flags
RangeAccessFlags
enum
Type
enum
UsagePattern
QOpenGLBuffer
()
QOpenGLBuffer
(QOpenGLBuffer::Type)
QOpenGLBuffer
(const QOpenGLBuffer &)
QOpenGLBuffer
(QOpenGLBuffer &&)
~QOpenGLBuffer
()
allocate
(const void *, int)
allocate
(int)
bind
() : bool
bufferId
() const : GLuint
create
() : bool
destroy
()
isCreated
() const : bool
map
(QOpenGLBuffer::Access) : void *
mapRange
(int, int, QOpenGLBuffer::RangeAccessFlags) : void *
read
(int, void *, int) : bool
release
()
release
(QOpenGLBuffer::Type)
setUsagePattern
(QOpenGLBuffer::UsagePattern)
size
() const : int
swap
(QOpenGLBuffer &)
type
() const : QOpenGLBuffer::Type
unmap
() : bool
usagePattern
() const : QOpenGLBuffer::UsagePattern
write
(int, const void *, int)
operator=
(const QOpenGLBuffer &) : QOpenGLBuffer &
operator=
(QOpenGLBuffer &&) : QOpenGLBuffer &