Provides information about the used OpenGL version. More...
Import Statement: | import QtQuick 2.15 |
Since: | Qt 5.4 |
The OpenGLInfo attached type provides information about the OpenGL version being used to render the surface of the attachee item.
If the attachee item is not currently associated with any graphical surface, the properties are set to the values of the default surface format. When it becomes associated with a surface, all properties will update.
Warning: This type is deprecated. Use GraphicsInfo instead.
See also ShaderEffect.
majorVersion : int
This property holds the major OpenGL version.
The default version is 2.0
.
See also minorVersion and profile.
minorVersion : int
This property holds the minor OpenGL version.
The default version is 2.0
.
See also majorVersion and profile.
profile : enumeration
This property holds the configured OpenGL context profile.
The possible values are:
Reusable QML components will typically use this property in bindings in order to choose between core and non core profile compatible shader sources.
See also majorVersion and minorVersion.
renderableType : enumeration
This property holds the renderable type.
The possible values are:
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qml-qtquick-openglinfo.html