QSGMaterialType Struct

QSGMaterialType 类与QSGMaterial 结合使用,作为唯一的类型标记。更多

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

详细说明

它在QSGMaterial::type() 函数之外没有任何作用。

注意: 所有带有 QSG 前缀的类都只能在场景图的渲染线程中使用。更多信息请参阅场景图和渲染

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.