java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGMaterial
io.qt.quick.QSGSimpleMaterial<State>
- All Implemented Interfaces:
QtObjectInterface
- Direct Known Subclasses:
QSGSimpleMaterialComparableMaterial
public class QSGSimpleMaterial<State> extends QSGMaterial
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.quick.QSGMaterial
QSGMaterial.Flag, QSGMaterial.Flags
-
Constructor Summary
Constructors Constructor Description QSGSimpleMaterial(Class<State> type, Supplier<QSGMaterialShader> func)
QSGSimpleMaterial(State aState, Supplier<QSGMaterialShader> func)
-
Method Summary
Modifier and Type Method Description QSGMaterialShader
createShader()
State
state()
QSGMaterialType
type()
-
Constructor Details
-
Method Details
-
createShader
Description copied from class:QSGMaterial
- Specified by:
createShader
in classQSGMaterial
-
type
Description copied from class:QSGMaterial
- Specified by:
type
in classQSGMaterial
-
state
-