![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 QOpenGLFramebufferObjectFormatPrivate(), and samples.
Referenced by QOpenGLFramebufferObjectFormatPrivate().
|
inline |
Definition at line 46 of file qopenglframebufferobject_p.h.
References QOpenGLFramebufferObjectFormatPrivate(), and samples.
Referenced by QOpenGLFramebufferObjectFormatPrivate().
|
inline |
Definition at line 56 of file qopenglframebufferobject_p.h.
| QOpenGLFramebufferObject::Attachment QOpenGLFramebufferObjectFormatPrivate::attachment |
Definition at line 67 of file qopenglframebufferobject_p.h.
| GLenum QOpenGLFramebufferObjectFormatPrivate::internal_format |
Definition at line 69 of file qopenglframebufferobject_p.h.
| uint QOpenGLFramebufferObjectFormatPrivate::mipmap |
Definition at line 70 of file qopenglframebufferobject_p.h.
| QAtomicInt QOpenGLFramebufferObjectFormatPrivate::ref |
Definition at line 65 of file qopenglframebufferobject_p.h.
| int QOpenGLFramebufferObjectFormatPrivate::samples |
Definition at line 66 of file qopenglframebufferobject_p.h.
Referenced by QOpenGLFramebufferObjectFormatPrivate(), and QOpenGLFramebufferObjectFormatPrivate().
| GLenum QOpenGLFramebufferObjectFormatPrivate::target |
Definition at line 68 of file qopenglframebufferobject_p.h.