Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOpenGLBufferPrivate Class Reference
Collaboration diagram for QOpenGLBufferPrivate:

Public Member Functions

 QOpenGLBufferPrivate (QOpenGLBuffer::Type t)
 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() [1/2]

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

Definition at line 107 of file qopenglbuffer.cpp.

◆ QOpenGLBufferPrivate() [2/2]

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

Definition at line 117 of file qopenglbuffer.cpp.

◆ 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: