![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qopengl_p.h>
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.
|
static |
Definition at line 460 of file qopengl.cpp.
|
inlinestatic |
Definition at line 62 of file qopengl_p.h.
|
inlinestatic |
Definition at line 71 of file qopengl_p.h.
|
inline |
Definition at line 50 of file qopengl_p.h.
| uint QOpenGLConfig::Gpu::deviceId |
Definition at line 57 of file qopengl_p.h.
| QByteArray QOpenGLConfig::Gpu::driverDescription |
Definition at line 59 of file qopengl_p.h.
| QVersionNumber QOpenGLConfig::Gpu::driverVersion |
Definition at line 58 of file qopengl_p.h.
| QByteArray QOpenGLConfig::Gpu::glVendor |
Definition at line 60 of file qopengl_p.h.
| uint QOpenGLConfig::Gpu::vendorId |
Definition at line 56 of file qopengl_p.h.