![]() |
Qt 6.x
The Qt SDK
|
#include <qopenglextensions_p.h>
Inheritance diagram for QOpenGLExtensionsPrivate:
Collaboration diagram for QOpenGLExtensionsPrivate:Public Member Functions | |
| QOpenGLExtensionsPrivate (QOpenGLContext *ctx) | |
| GLvoid *QOPENGLF_APIENTRYP | MapBuffer (GLenum target, GLenum access) |
| void (QOPENGLF_APIENTRYP GetBufferSubData)(GLenum target | |
| void (QOPENGLF_APIENTRYP DiscardFramebuffer)(GLenum target | |
Public Member Functions inherited from QOpenGLExtraFunctionsPrivate | |
| QOpenGLExtraFunctionsPrivate (QOpenGLContext *ctx) | |
Public Member Functions inherited from QOpenGLFunctionsPrivate | |
| QOpenGLFunctionsPrivate (QOpenGLContext *ctx) | |
Public Attributes | |
| qopengl_GLintptr | offset |
| qopengl_GLintptr qopengl_GLsizeiptr | size |
| qopengl_GLintptr qopengl_GLsizeiptr GLvoid * | data |
| GLsizei | numAttachments |
| GLsizei const GLenum * | attachments |
| bool | flushVendorChecked |
| bool | flushIsSufficientToSyncContexts |
Definition at line 85 of file qopenglextensions_p.h.
|
explicit |
Definition at line 5045 of file qopenglfunctions.cpp.
References context, QOpenGLContext::currentContext(), and RESOLVE.
Here is the call graph for this function:| GLvoid *QOPENGLF_APIENTRYP QOpenGLExtensionsPrivate::MapBuffer | ( | GLenum | target, |
| GLenum | access | ||
| ) |
| QOpenGLExtensionsPrivate::void | ( | QOPENGLF_APIENTRYP | DiscardFramebuffer | ) |
| QOpenGLExtensionsPrivate::void | ( | QOPENGLF_APIENTRYP | GetBufferSubData | ) |
Definition at line 92 of file qopenglextensions_p.h.
| qopengl_GLintptr qopengl_GLsizeiptr GLvoid* QOpenGLExtensionsPrivate::data |
Definition at line 91 of file qopenglextensions_p.h.
| bool QOpenGLExtensionsPrivate::flushIsSufficientToSyncContexts |
Definition at line 95 of file qopenglextensions_p.h.
Referenced by QOpenGLExtensions::flushShared().
| bool QOpenGLExtensionsPrivate::flushVendorChecked |
Definition at line 94 of file qopenglextensions_p.h.
Referenced by QOpenGLExtensions::flushShared().
| GLsizei QOpenGLExtensionsPrivate::numAttachments |
Definition at line 92 of file qopenglextensions_p.h.
| qopengl_GLintptr QOpenGLExtensionsPrivate::offset |
Definition at line 91 of file qopenglextensions_p.h.
| qopengl_GLintptr qopengl_GLsizeiptr QOpenGLExtensionsPrivate::size |
Definition at line 91 of file qopenglextensions_p.h.