java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick.QSGMaterial
io.qt.quick.QSGVertexColorMaterial
- All Implemented Interfaces:
QtObjectInterface
public class QSGVertexColorMaterial extends QSGMaterial
Convenient way of rendering per-vertex colored geometry in the scene graph
Java wrapper for Qt class QSGVertexColorMaterial
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.quick.QSGMaterial
QSGMaterial.Flag, QSGMaterial.Flags
-
Constructor Summary
Constructors Modifier Constructor Description QSGVertexColorMaterial()
protected
QSGVertexColorMaterial(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description int
compare(QSGMaterial other)
QSGMaterialShader
createShader()
QSGMaterialType
type()
-
Constructor Details
-
QSGVertexColorMaterial
public QSGVertexColorMaterial() -
QSGVertexColorMaterial
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
compare
- Overrides:
compare
in classQSGMaterial
-
createShader
- Specified by:
createShader
in classQSGMaterial
-
type
- Specified by:
type
in classQSGMaterial
-