java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiVertexInputBinding
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes a vertex input binding
Java wrapper for Qt class QRhiVertexInputBinding
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQRhiVertexInputBinding::Classification
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQRhiVertexInputBinding
(int stride) Overloaded constructor forQRhiVertexInputBinding(int, io.qt.gui.rhi.QRhiVertexInputBinding.Classification, int)
QRhiVertexInputBinding
(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) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QRhiVertexInputBinding)
.final int
final void
final void
setInstanceStepRate
(int rate) final void
setStride
(int s) final int
stride()
toString()
Seeoperator<<(QDebug,
QRhiVertexInputBinding) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QRhiVertexInputBinding
public QRhiVertexInputBinding() -
QRhiVertexInputBinding
-
QRhiVertexInputBinding
Overloaded constructor for
QRhiVertexInputBinding(int, io.qt.gui.rhi.QRhiVertexInputBinding.Classification, int)
withstepRate = 1
. -
QRhiVertexInputBinding
public QRhiVertexInputBinding(int stride) Overloaded constructor for
QRhiVertexInputBinding(int, io.qt.gui.rhi.QRhiVertexInputBinding.Classification, int)
with:
cls = io.qt.gui.rhi.QRhiVertexInputBinding.Classification.PerVertex
stepRate = 1
-
-
Method Details
-
classification
-
instanceStepRate
-
setClassification
-
setInstanceStepRate
-
setStride
-
stride
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QRhiVertexInputBinding)
. -
toString
See
operator<<(QDebug,
QRhiVertexInputBinding) -
clone
Creates and returns a copy of this object.
-