![]() |
Qt 6.x
The Qt SDK
|
#include <qopengl_p.h>
Collaboration diagram for QOpenGLConfig::Gpu:Public Member Functions | |
| Gpu () | |
| bool | isValid () const |
| bool | equals (const Gpu &other) const |
Static Public Member Functions | |
| static Gpu | fromDevice (uint vendorId, uint deviceId, QVersionNumber driverVersion, const QByteArray &driverDescription) |
| static Gpu | fromGLVendor (const QByteArray &glVendor) |
| static Gpu | fromContext () |
Public Attributes | |
| uint | vendorId |
| uint | deviceId |
| QVersionNumber | driverVersion |
| QByteArray | driverDescription |
| QByteArray | glVendor |
Definition at line 48 of file qopengl_p.h.
|
inline |
Definition at line 49 of file qopengl_p.h.
|
inline |
Definition at line 51 of file qopengl_p.h.
References other().
Here is the call graph for this function:
|
static |
Definition at line 460 of file qopengl.cpp.
References QOpenGLContext::currentContext(), QScopedPointer< T, Cleanup >::data(), glVendor, qWarning, and QScopedPointer< T, Cleanup >::reset().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 62 of file qopengl_p.h.
References deviceId, driverDescription, driverVersion, and vendorId.
|
inlinestatic |
Definition at line 71 of file qopengl_p.h.
References glVendor.
|
inline |
Definition at line 50 of file qopengl_p.h.
| uint QOpenGLConfig::Gpu::deviceId |
Definition at line 57 of file qopengl_p.h.
Referenced by fromDevice(), matches(), and qHash().
| QByteArray QOpenGLConfig::Gpu::driverDescription |
Definition at line 59 of file qopengl_p.h.
Referenced by fromDevice(), and matches().
| QVersionNumber QOpenGLConfig::Gpu::driverVersion |
Definition at line 58 of file qopengl_p.h.
Referenced by fromDevice(), matches(), and qHash().
| QByteArray QOpenGLConfig::Gpu::glVendor |
Definition at line 60 of file qopengl_p.h.
Referenced by fromContext(), fromGLVendor(), and matches().
| uint QOpenGLConfig::Gpu::vendorId |
Definition at line 56 of file qopengl_p.h.
Referenced by fromDevice(), matches(), and qHash().