Uses of Class
io.qt.quick.QSGMaterialShader
Package | Description |
---|---|
io.qt.quick |
-
Uses of QSGMaterialShader in io.qt.quick
Subclasses of QSGMaterialShader in io.qt.quick Modifier and Type Class Description class
QSGMaterialRhiShader
Represents a graphics API independent shader programclass
QSGSimpleMaterialShader<State>
Methods in io.qt.quick that return QSGMaterialShader Modifier and Type Method Description QSGMaterialShader
QSGFlatColorMaterial. createShader()
abstract QSGMaterialShader
QSGMaterial. createShader()
QSGMaterialShader
QSGOpaqueTextureMaterial. createShader()
QSGMaterialShader
QSGSimpleMaterial. createShader()
QSGMaterialShader
QSGTextureMaterial. createShader()
QSGMaterialShader
QSGVertexColorMaterial. createShader()
Constructor parameters in io.qt.quick with type arguments of type QSGMaterialShader Constructor Description QSGSimpleMaterial(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)