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

#include <qopengl_p.h>

+ Collaboration diagram for QOpenGLExtensionMatcher:

Public Member Functions

 QOpenGLExtensionMatcher ()
 
bool match (const QByteArray &extension) const
 
QSet< QByteArrayextensions () const
 

Detailed Description

Definition at line 29 of file qopengl_p.h.

Constructor & Destructor Documentation

◆ QOpenGLExtensionMatcher()

QOpenGLExtensionMatcher::QOpenGLExtensionMatcher ( )

Definition at line 33 of file qopengl.cpp.

References ba, QSet< T >::constBegin(), QSet< T >::constEnd(), QOpenGLContext::currentContext(), error, extensions(), funcs, GL_CONTEXT_LOST, GL_NUM_EXTENSIONS, GLenum(), GLint(), i, QSet< T >::insert(), qWarning, QByteArray::split(), and str.

+ Here is the call graph for this function:

Member Function Documentation

◆ extensions()

QSet< QByteArray > QOpenGLExtensionMatcher::extensions ( ) const
inline

Definition at line 39 of file qopengl_p.h.

Referenced by QOpenGLExtensionMatcher().

+ Here is the caller graph for this function:

◆ match()

bool QOpenGLExtensionMatcher::match ( const QByteArray & extension) const
inline

Definition at line 34 of file qopengl_p.h.

References extension().

Referenced by qt_gl_resolve_features().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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