The QSGSimpleMaterial class is a template generated class used to store the state used with a QSGSimpleMateralShader. 更多...
头: | #include <QSGSimpleMaterial> |
qmake: | QT += quick |
继承: | QSGMaterial |
该类已过时。 提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
The state of the material is accessible through the template generated state() function.
注意: 所有带有 QSG 前缀的类只应用于场景图形渲染线程。见 场景图形和渲染 了解更多信息。
另请参阅 QSGSimpleMaterialShader .