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.QSGMaterialTypeThe QSGMaterialType class is used as a unique type token in combination with QSGMaterial.
PySide6.QtQuick.QSGMaterialThe QSGMaterial class encapsulates rendering state for a shader program.
PySide6.QtQuick.QSGMaterialShaderThe QSGMaterialShader class represents a graphics API independent shader program.
PySide6.QtQuick.QSGFlatColorMaterialThe QSGFlatColorMaterial class provides a convenient way of rendering solid colored geometry in the scene graph.
PySide6.QtQuick.QSGOpaqueTextureMaterialThe QSGOpaqueTextureMaterial class provides a convenient way of rendering textured geometry in the scene graph.
PySide6.QtQuick.QSGTextureMaterialThe QSGTextureMaterial class provides a convenient way of rendering textured geometry in the scene graph.
PySide6.QtQuick.QSGVertexColorMaterialThe QSGVertexColorMaterial class provides a convenient way of rendering per-vertex colored geometry in the scene graph.