QSGSimpleMaterial Class
The QSGSimpleMaterial class is a template generated class used to store the state used with a QSGSimpleMateralShader. 更多...
头文件: | #include <QSGSimpleMaterial> |
qmake: | QT += quick |
基类: | QSGMaterial |
其他继承的成员
- 5 个公有函数继承自 QSGMaterial
详细描述
The QSGSimpleMaterial class is a template generated class used to store the state used with a QSGSimpleMateralShader.
The state of the material is accessible through the template generated state() 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.