Uses of Enum
io.qt.quick.QSGGeometry.AttributeType
Packages that use QSGGeometry.AttributeType
-
Uses of QSGGeometry.AttributeType in io.qt.quick
Methods in io.qt.quick that return QSGGeometry.AttributeTypeModifier and TypeMethodDescriptionQSGGeometry.Attribute.attributeType()static QSGGeometry.AttributeTypeQSGGeometry.AttributeType.resolve(int value) Returns the corresponding enum entry for the given value.static QSGGeometry.AttributeTypeReturns the enum constant of this type with the specified name.static QSGGeometry.AttributeType[]QSGGeometry.AttributeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick with parameters of type QSGGeometry.AttributeTypeModifier and TypeMethodDescriptionstatic QSGGeometry.AttributeQSGGeometry.Attribute.createWithAttributeType(int pos, int tupleSize, int primitiveType, QSGGeometry.AttributeType attributeType)