Qt Quick Scene Graph Material Classes

This page lists the material classes in Qt Quick's Qt Quick Scene Graph.

QSGFlatColorMaterial

Convenient way of rendering solid colored geometry in the scene graph

QSGMaterial

Encapsulates rendering state for a shader program

QSGMaterialShader

Represents an OpenGL shader program in the renderer

QSGMaterialType

Used as a unique type token in combination with QSGMaterial

QSGOpaqueTextureMaterial

Convenient way of rendering textured geometry in the scene graph

QSGSimpleMaterial

Template generated class used to store the state used with a QSGSimpleMateralShader

QSGSimpleMaterialShader

Convenient way of building custom OpenGL-based materials for the scene graph

QSGTextureMaterial

Convenient way of rendering textured geometry in the scene graph

QSGVertexColorMaterial

Convenient way of rendering per-vertex colored geometry in the scene graph

© 2018 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.