▲
-
Header: QSGMaterialType
-
CMake:
find_package(Qt6 REQUIRED COMPONENTS Quick)
target_link_libraries(mytarget PRIVATE Qt6::Quick)
-
qmake: QT += quick
-
Group: QSGMaterialType is part of Qt Quick Scene Graph Material Classes
Detailed Description▲
It serves no purpose outside the QSGMaterial::type() function.
All classes with QSG prefix should be used solely on the scene graph's rendering thread. See Scene Graph and Rendering for more information.