QSGSimpleMaterial Class
The QSGSimpleMaterial class is a template generated class used to store the state used with a QSGSimpleMateralShader. More...
Header: | #include <QSGSimpleMaterial> |
qmake: | QT += quick |
Inherits: | QSGMaterial. |
Additional Inherited Members
- 5 public functions inherited from QSGMaterial
Detailed Description
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.
See also QSGSimpleMaterialShader.