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

額外繼承成員

詳細描述

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 .