![]() |
Qt 6.x
The Qt SDK
|
#include <qopenglframebufferobject_p.h>
Public Member Functions | |
QOpenGLFramebufferObjectFormatPrivate () | |
QOpenGLFramebufferObjectFormatPrivate (const QOpenGLFramebufferObjectFormatPrivate *other) | |
bool | equals (const QOpenGLFramebufferObjectFormatPrivate *other) |
Public Attributes | |
QAtomicInt | ref |
int | samples |
QOpenGLFramebufferObject::Attachment | attachment |
GLenum | target |
GLenum | internal_format |
uint | mipmap: 1 |
Definition at line 25 of file qopenglframebufferobject_p.h.
|
inline |
Definition at line 28 of file qopenglframebufferobject_p.h.
References QOpenGLContext::currentContext(), GL_RGBA, GL_RGBA8, internal_format, QOpenGLContext::LibGL, and QOpenGLContext::openGLModuleType().
|
inline |
Definition at line 46 of file qopenglframebufferobject_p.h.
|
inline |
Definition at line 56 of file qopenglframebufferobject_p.h.
References internal_format, mipmap, and other().
Referenced by QOpenGLFramebufferObjectFormat::operator==().
QOpenGLFramebufferObject::Attachment QOpenGLFramebufferObjectFormatPrivate::attachment |
Definition at line 67 of file qopenglframebufferobject_p.h.
Referenced by QOpenGLFramebufferObjectFormat::attachment(), and QOpenGLFramebufferObjectFormat::setAttachment().
GLenum QOpenGLFramebufferObjectFormatPrivate::internal_format |
Definition at line 69 of file qopenglframebufferobject_p.h.
Referenced by QOpenGLFramebufferObjectFormatPrivate(), equals(), QOpenGLFramebufferObjectFormat::internalTextureFormat(), and QOpenGLFramebufferObjectFormat::setInternalTextureFormat().
uint QOpenGLFramebufferObjectFormatPrivate::mipmap |
Definition at line 70 of file qopenglframebufferobject_p.h.
Referenced by equals(), QOpenGLFramebufferObjectFormat::mipmap(), and QOpenGLFramebufferObjectFormat::setMipmap().
QAtomicInt QOpenGLFramebufferObjectFormatPrivate::ref |
Definition at line 65 of file qopenglframebufferobject_p.h.
Referenced by QOpenGLFramebufferObjectFormat::QOpenGLFramebufferObjectFormat(), QOpenGLFramebufferObjectFormat::~QOpenGLFramebufferObjectFormat(), and QOpenGLFramebufferObjectFormat::operator=().
int QOpenGLFramebufferObjectFormatPrivate::samples |
Definition at line 66 of file qopenglframebufferobject_p.h.
Referenced by QOpenGLFramebufferObjectFormat::samples(), and QOpenGLFramebufferObjectFormat::setSamples().
GLenum QOpenGLFramebufferObjectFormatPrivate::target |
Definition at line 68 of file qopenglframebufferobject_p.h.
Referenced by QOpenGLFramebufferObjectFormat::setTextureTarget(), and QOpenGLFramebufferObjectFormat::textureTarget().