QSGMaterialType Struct

The QSGMaterialType class is used as a unique type token in combination with QSGMaterial. More...

Header: #include <QSGMaterialType>
CMake: find_package(Qt6 COMPONENTS Quick REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::Quick)
qmake: QT += quick

Detailed Description

It serves no purpose outside the QSGMaterial::type() function.

Note: All classes with QSG prefix should be used solely on the scene graph's rendering thread. See Scene Graph and Rendering for more information.

© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.0/qsgmaterialtype.html