![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qopenglwindow.h"
#include <QtGui/QOpenGLFunctions>
#include <QtGui/private/qpaintdevicewindow_p.h>
#include <QtGui/private/qopenglextensions_p.h>
#include <QtGui/private/qopenglcontext_p.h>
#include <QtGui/QMatrix4x4>
#include <QtGui/QOffscreenSurface>
#include <QtOpenGL/private/qopenglframebufferobject_p.h>
#include <QtOpenGL/QOpenGLFramebufferObject>
#include <QtOpenGL/QOpenGLTextureBlitter>
#include <QtOpenGL/QOpenGLPaintDevice>
#include "moc_qopenglwindow.cpp"
Go to the source code of this file.
Classes | |
class | QOpenGLWindowPaintDevice |
class | QOpenGLWindowPrivate |
Macros | |
#define | GL_READ_FRAMEBUFFER 0x8CA8 |
#define | GL_DRAW_FRAMEBUFFER 0x8CA9 |
#define GL_DRAW_FRAMEBUFFER 0x8CA9 |
Definition at line 142 of file qopenglwindow.cpp.
#define GL_READ_FRAMEBUFFER 0x8CA8 |
Definition at line 139 of file qopenglwindow.cpp.