Qt Quick Scene Graph Material Classes¶
classes used to define materials in the Qt Quick Scene Graph.
This page lists the material classes in Qt Quick ‘s Qt Quick Scene Graph .
PySide6.QtQuick.QSGMaterialType
The QSGMaterialType class is used as a unique type token in combination with QSGMaterial.
PySide6.QtQuick.QSGMaterial
The QSGMaterial class encapsulates rendering state for a shader program.
PySide6.QtQuick.QSGMaterialShader
The QSGMaterialShader class represents a graphics API independent shader program.
PySide6.QtQuick.QSGFlatColorMaterial
The QSGFlatColorMaterial class provides a convenient way of rendering solid colored geometry in the scene graph.
PySide6.QtQuick.QSGOpaqueTextureMaterial
The QSGOpaqueTextureMaterial class provides a convenient way of rendering textured geometry in the scene graph.
PySide6.QtQuick.QSGTextureMaterial
The QSGTextureMaterial class provides a convenient way of rendering textured geometry in the scene graph.
PySide6.QtQuick.QSGVertexColorMaterial
The QSGVertexColorMaterial class provides a convenient way of rendering per-vertex colored geometry in the scene graph.
© 2022 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.