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
qopenglwindow.cpp File Reference

(c610cfe328d911a3cc145f09dade2cd61e5153e2)

#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"
+ Include dependency graph for 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
 

Macro Definition Documentation

◆ GL_DRAW_FRAMEBUFFER

#define GL_DRAW_FRAMEBUFFER   0x8CA9

Definition at line 142 of file qopenglwindow.cpp.

Referenced by QOpenGLWindowPrivate::endPaint().

◆ GL_READ_FRAMEBUFFER

#define GL_READ_FRAMEBUFFER   0x8CA8

Definition at line 139 of file qopenglwindow.cpp.

Referenced by QOpenGLWindowPrivate::endPaint().