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
QOpenGLExtensionsPrivate Class Reference

#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 GLenumattachments
 
bool flushVendorChecked
 
bool flushIsSufficientToSyncContexts
 

Detailed Description

Definition at line 85 of file qopenglextensions_p.h.

Constructor & Destructor Documentation

◆ QOpenGLExtensionsPrivate()

QOpenGLExtensionsPrivate::QOpenGLExtensionsPrivate ( QOpenGLContext * ctx)
explicit

Definition at line 5049 of file qopenglfunctions.cpp.

References context, QOpenGLContext::currentContext(), and RESOLVE.

+ Here is the call graph for this function:

Member Function Documentation

◆ MapBuffer()

GLvoid *QOPENGLF_APIENTRYP QOpenGLExtensionsPrivate::MapBuffer ( GLenum target,
GLenum access )

Referenced by QOpenGLExtensions::glMapBuffer().

+ Here is the caller graph for this function:

◆ void() [1/2]

QOpenGLExtensionsPrivate::void ( QOPENGLF_APIENTRYP DiscardFramebuffer)

◆ void() [2/2]

QOpenGLExtensionsPrivate::void ( QOPENGLF_APIENTRYP GetBufferSubData)

Member Data Documentation

◆ attachments

GLsizei const GLenum* QOpenGLExtensionsPrivate::attachments

Definition at line 92 of file qopenglextensions_p.h.

◆ data

qopengl_GLintptr qopengl_GLsizeiptr GLvoid* QOpenGLExtensionsPrivate::data

Definition at line 91 of file qopenglextensions_p.h.

◆ flushIsSufficientToSyncContexts

bool QOpenGLExtensionsPrivate::flushIsSufficientToSyncContexts

Definition at line 95 of file qopenglextensions_p.h.

Referenced by QOpenGLExtensions::flushShared().

◆ flushVendorChecked

bool QOpenGLExtensionsPrivate::flushVendorChecked

Definition at line 94 of file qopenglextensions_p.h.

Referenced by QOpenGLExtensions::flushShared().

◆ numAttachments

GLsizei QOpenGLExtensionsPrivate::numAttachments

Definition at line 92 of file qopenglextensions_p.h.

◆ offset

qopengl_GLintptr QOpenGLExtensionsPrivate::offset

Definition at line 91 of file qopenglextensions_p.h.

◆ size

qopengl_GLintptr qopengl_GLsizeiptr QOpenGLExtensionsPrivate::size

Definition at line 91 of file qopenglextensions_p.h.


The documentation for this class was generated from the following files: