Uses of Class
io.qt.quick.QSGMaterial
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGMaterial in io.qt.quick
Subclasses of QSGMaterial in io.qt.quick Modifier and Type Class Description class
QSGFlatColorMaterial
Convenient way of rendering solid colored geometry in the scene graphclass
QSGOpaqueTextureMaterial
Convenient way of rendering textured geometry in the scene graphclass
QSGTextureMaterial
Convenient way of rendering textured geometry in the scene graphclass
QSGVertexColorMaterial
Convenient way of rendering per-vertex colored geometry in the scene graphMethods in io.qt.quick that return QSGMaterial Modifier and Type Method Description QSGMaterial
QSGGeometryNode. activeMaterial()
QSGMaterial
QSGGeometryNode. material()
QSGMaterial
QSGGeometryNode. opaqueMaterial()
Methods in io.qt.quick with parameters of type QSGMaterial Modifier and Type Method Description int
QSGFlatColorMaterial. compare(QSGMaterial other)
int
QSGMaterial. compare(QSGMaterial other)
int
QSGOpaqueTextureMaterial. compare(QSGMaterial other)
int
QSGVertexColorMaterial. compare(QSGMaterial other)
void
QSGGeometryNode. setMaterial(QSGMaterial material)
void
QSGGeometryNode. setOpaqueMaterial(QSGMaterial material)
boolean
QSGMaterialShader. updateGraphicsPipelineState(QSGMaterialShader.RenderState state, QSGMaterialShader.GraphicsPipelineState ps, QSGMaterial newMaterial, QSGMaterial oldMaterial)
void
QSGMaterialShader. updateSampledImage(QSGMaterialShader.RenderState state, int binding, QSGTexture[] texture, QSGMaterial newMaterial, QSGMaterial oldMaterial)
boolean
QSGMaterialShader. updateUniformData(QSGMaterialShader.RenderState state, QSGMaterial newMaterial, QSGMaterial oldMaterial)