Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QOpenGLBufferPrivate Class Reference
+ Collaboration diagram for QOpenGLBufferPrivate:

Public Member Functions

 QOpenGLBufferPrivate (QOpenGLBuffer::Type t)
 

Public Attributes

QAtomicInt ref
 
QOpenGLBuffer::Type type
 
QOpenGLSharedResourceGuardguard
 
QOpenGLBuffer::UsagePattern usagePattern
 
QOpenGLBuffer::UsagePattern actualUsagePattern
 
QOpenGLExtensionsfuncs
 

Detailed Description

Definition at line 104 of file qopenglbuffer.cpp.

Constructor & Destructor Documentation

◆ QOpenGLBufferPrivate()

QOpenGLBufferPrivate::QOpenGLBufferPrivate ( QOpenGLBuffer::Type t)
inline

Definition at line 107 of file qopenglbuffer.cpp.

Member Data Documentation

◆ actualUsagePattern

QOpenGLBuffer::UsagePattern QOpenGLBufferPrivate::actualUsagePattern

Definition at line 121 of file qopenglbuffer.cpp.

◆ funcs

QOpenGLExtensions* QOpenGLBufferPrivate::funcs

Definition at line 122 of file qopenglbuffer.cpp.

◆ guard

QOpenGLSharedResourceGuard* QOpenGLBufferPrivate::guard

Definition at line 119 of file qopenglbuffer.cpp.

◆ ref

QAtomicInt QOpenGLBufferPrivate::ref

◆ type

QOpenGLBuffer::Type QOpenGLBufferPrivate::type

Definition at line 118 of file qopenglbuffer.cpp.

◆ usagePattern

QOpenGLBuffer::UsagePattern QOpenGLBufferPrivate::usagePattern

Definition at line 120 of file qopenglbuffer.cpp.


The documentation for this class was generated from the following file: