Uses of Class
io.qt.quick.QSGMaterial
Packages that use QSGMaterial
-
Uses of QSGMaterial in io.qt.quick
Subclasses of QSGMaterial in io.qt.quickModifier and TypeClassDescriptionclassConvenient way of rendering solid colored geometry in the scene graphclassConvenient way of rendering textured geometry in the scene graphclassConvenient way of rendering textured geometry in the scene graphclassConvenient way of rendering per-vertex colored geometry in the scene graphMethods in io.qt.quick that return QSGMaterialModifier and TypeMethodDescriptionfinal QSGMaterialQSGGeometryNode.activeMaterial()final QSGMaterialQSGGeometryNode.material()final QSGMaterialQSGGeometryNode.opaqueMaterial()Methods in io.qt.quick with parameters of type QSGMaterialModifier and TypeMethodDescriptionintQSGFlatColorMaterial.compare(QSGMaterial other) intQSGMaterial.compare(QSGMaterial other) intQSGOpaqueTextureMaterial.compare(QSGMaterial other) intQSGVertexColorMaterial.compare(QSGMaterial other) final voidQSGGeometryNode.setMaterial(QSGMaterial material) final voidQSGGeometryNode.setOpaqueMaterial(QSGMaterial material) booleanQSGMaterialShader.updateGraphicsPipelineState(QSGMaterialShader.RenderState state, QSGMaterialShader.GraphicsPipelineState ps, QSGMaterial newMaterial, QSGMaterial oldMaterial) voidQSGMaterialShader.updateSampledImage(QSGMaterialShader.RenderState state, int binding, QSGTexture[] texture, QSGMaterial newMaterial, QSGMaterial oldMaterial) booleanQSGMaterialShader.updateUniformData(QSGMaterialShader.RenderState state, QSGMaterial newMaterial, QSGMaterial oldMaterial)