![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtGuiPrivate \inheaderfile rhi/qrhi.h More...
#include <qrhi.h>
Public Types | |
enum | DeviceType { UnknownDevice , IntegratedDevice , DiscreteDevice , ExternalDevice , VirtualDevice , CpuDevice } |
Specifies the graphics device's type, when the information is available. More... |
Public Attributes | |
QByteArray | deviceName |
quint64 | deviceId = 0 |
quint64 | vendorId = 0 |
DeviceType | deviceType = UnknownDevice |
\inmodule QtGuiPrivate \inheaderfile rhi/qrhi.h
Describes the physical device, adapter, or graphics API implementation that is used by an initialized QRhi.
Graphics APIs offer different levels and kinds of information. The only value that is available across all APIs is the deviceName, which is a freetext description of the physical device, adapter, or is a combination of the strings reported for {GL_VENDOR} +
{GL_RENDERER} +
{GL_VERSION}. The deviceId is always 0 for OpenGL. vendorId is always 0 for OpenGL and Metal. deviceType is always UnknownDevice for OpenGL and Direct 3D.
Specifies the graphics device's type, when the information is available.
In practice this is only applicable with Vulkan and Metal. With Direct 3D 11 and 12, using an adapter with the software flag set leads to the value CpuDevice
. Otherwise, and with OpenGL, the value is always UnknownDevice.
\value UnknownDevice \value IntegratedDevice \value DiscreteDevice \value ExternalDevice \value VirtualDevice \value CpuDevice
Enumerator | |
---|---|
UnknownDevice | |
IntegratedDevice | |
DiscreteDevice | |
ExternalDevice | |
VirtualDevice | |
CpuDevice |
QByteArray QRhiDriverInfo::deviceName |
DeviceType QRhiDriverInfo::deviceType = UnknownDevice |