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 TypeClassDescriptionclass
Represents a graphics API independent shader programclass
QSGSimpleMaterialShader<State>
The QSGSimpleMaterialShader class provides a convenient way of building custom OpenGL-based materials for the scene graph.Methods in io.qt.quick that return QSGMaterialShaderModifier and TypeMethodDescriptionQSGFlatColorMaterial.createShader()
abstract QSGMaterialShader
QSGMaterial.createShader()
QSGOpaqueTextureMaterial.createShader()
QSGSimpleMaterial.createShader()
QSGTextureMaterial.createShader()
QSGVertexColorMaterial.createShader()
Constructor parameters in io.qt.quick with type arguments of type QSGMaterialShaderModifierConstructorDescriptionQSGSimpleMaterial
(State aState, Supplier<QSGMaterialShader> func) QSGSimpleMaterial
(Class<State> type, Supplier<QSGMaterialShader> func) QSGSimpleMaterialComparableMaterial
(State aState, Supplier<QSGMaterialShader> func) QSGSimpleMaterialComparableMaterial
(Class<State> type, Supplier<QSGMaterialShader> func)