QSGSimpleMaterial Class

template <typename State> class QSGSimpleMaterial

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

This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Detailed Description

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.

See also QSGSimpleMaterialShader.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.