Uses of Class
io.qt.quick.QSGMaterialShader
Packages that use QSGMaterialShader
-
Uses of QSGMaterialShader in io.qt.quick
Subclasses of QSGMaterialShader in io.qt.quickModifier and TypeClassDescriptionclassRepresents a graphics API independent shader programclassQSGSimpleMaterialShader<State>Methods in io.qt.quick that return QSGMaterialShaderModifier and TypeMethodDescriptionQSGFlatColorMaterial.createShader()abstract QSGMaterialShaderQSGMaterial.createShader()QSGOpaqueTextureMaterial.createShader()QSGSimpleMaterial.createShader()QSGTextureMaterial.createShader()QSGVertexColorMaterial.createShader()Constructor parameters in io.qt.quick with type arguments of type QSGMaterialShaderModifierConstructorDescriptionQSGSimpleMaterial(Class<State> type, Supplier<QSGMaterialShader> func) QSGSimpleMaterial(State aState, Supplier<QSGMaterialShader> func) QSGSimpleMaterialComparableMaterial(Class<State> type, Supplier<QSGMaterialShader> func) QSGSimpleMaterialComparableMaterial(State aState, Supplier<QSGMaterialShader> func)