就业培训
下载中心
Wiki
联络
登录
注册
首页
Qt 5.12.12
Qt OpenGL
C++ 类
QGLBuffer
List of All Members for QGLBuffer
这是完整成员列表为
QGLBuffer
,包括继承的成员。
enum
Access
enum
Type
enum
UsagePattern
QGLBuffer
()
QGLBuffer
(QGLBuffer::Type )
QGLBuffer
(const 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 )
operator=
(const QGLBuffer &) : QGLBuffer &