![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qt_windows.h>#include "qwindowsopenglcontext.h"#include <QtGui/qopenglcontext.h>#include <vector>Go to the source code of this file.
Classes | |
| class | QWindowsOpenGLAdditionalFormat |
| Additional format information that is not in QSurfaceFormat. More... | |
| struct | QOpenGLContextData |
| struct | QWindowsOpenGLContextFormat |
| struct | QWindowsOpengl32DLL |
| class | QOpenGLStaticContext |
| Static Open GL context containing version information, extension function pointers, etc. More... | |
| class | QWindowsGLContext |
| Open GL context. More... | |
Enumerations | |
| enum | QWindowsGLFormatFlags { QWindowsGLDirectRendering = 0x1 , QWindowsGLOverlay = 0x2 , QWindowsGLRenderToPixmap = 0x4 , QWindowsGLAccumBuffer = 0x8 } |
Functions | |
| QDebug | operator<< (QDebug d, const PIXELFORMATDESCRIPTOR &) |
| QDebug | operator<< (QDebug d, const QWindowsOpenGLContextFormat &) |
| QDebug | operator<< (QDebug d, const QOpenGLStaticContext &s) |
| Enumerator | |
|---|---|
| QWindowsGLDirectRendering | |
| QWindowsGLOverlay | |
| QWindowsGLRenderToPixmap | |
| QWindowsGLAccumBuffer | |
Definition at line 19 of file qwindowsglcontext.h.
Definition at line 222 of file qwindowsglcontext.cpp.
| QDebug operator<< | ( | QDebug | d, |
| const QOpenGLStaticContext & | s ) |
Definition at line 264 of file qwindowsglcontext.cpp.
References QOpenGLStaticContext::extensions, QOpenGLStaticContext::hasExtensions(), QOpenGLStaticContext::SampleBuffers, and QWindowsContext::verbose.
| QDebug operator<< | ( | QDebug | d, |
| const QWindowsOpenGLContextFormat & | f ) |
Definition at line 280 of file qwindowsglcontext.cpp.
References QWindowsOpenGLContextFormat::version.