The QSGSimpleMaterial class is a template generated class used to store the state used with a QSGSimpleMateralShader. 更多...
| 頭: | #include <QSGSimpleMaterial> |
| qmake: | QT += quick |
| 繼承: | 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.
注意: 所有帶有 QSG 前綴的類隻應用於場景圖形渲染綫程。見 場景圖形和渲染 瞭解更多信息。
另請參閱 QSGSimpleMaterialShader .