Uses of Enum
io.qt.gui.rhi.QRhiVertexInputAttribute.Format
Packages that use QRhiVertexInputAttribute.Format
-
Uses of QRhiVertexInputAttribute.Format in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiVertexInputAttribute.FormatModifier and TypeMethodDescriptionQRhiVertexInputAttribute.format()
QRhiVertexInputAttribute.Format.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QRhiVertexInputAttribute.Format[]
QRhiVertexInputAttribute.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui.rhi with parameters of type QRhiVertexInputAttribute.FormatModifier and TypeMethodDescriptionfinal void
QRhiVertexInputAttribute.setFormat
(QRhiVertexInputAttribute.Format f) Constructors in io.qt.gui.rhi with parameters of type QRhiVertexInputAttribute.FormatModifierConstructorDescriptionQRhiVertexInputAttribute
(int binding, int location, QRhiVertexInputAttribute.Format format, int offset) Overloaded constructor forQRhiVertexInputAttribute(int, int, io.qt.gui.rhi.QRhiVertexInputAttribute.Format, int, int)
withmatrixSlice = -1
.QRhiVertexInputAttribute
(int binding, int location, QRhiVertexInputAttribute.Format format, int offset, int matrixSlice)