Uses of Enum
io.qt.gui.rhi.QRhiVertexInputBinding.Classification
Packages that use QRhiVertexInputBinding.Classification
-
Uses of QRhiVertexInputBinding.Classification in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QRhiVertexInputBinding.ClassificationModifier and TypeMethodDescriptionQRhiVertexInputBinding.classification()
QRhiVertexInputBinding.Classification.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QRhiVertexInputBinding.Classification.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 QRhiVertexInputBinding.ClassificationModifier and TypeMethodDescriptionfinal void
QRhiVertexInputBinding.setClassification
(QRhiVertexInputBinding.Classification c) Constructors in io.qt.gui.rhi with parameters of type QRhiVertexInputBinding.ClassificationModifierConstructorDescriptionQRhiVertexInputBinding
(int stride, QRhiVertexInputBinding.Classification cls) Overloaded constructor forQRhiVertexInputBinding(int, io.qt.gui.rhi.QRhiVertexInputBinding.Classification, int)
withstepRate = 1
.QRhiVertexInputBinding
(int stride, QRhiVertexInputBinding.Classification cls, int stepRate)