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
- Since:
- This class was introduced in Qt 6.6.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQRhiVertexInputBinding::Classification
-
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) SeeQRhiVertexInputBinding::
QRhiVertexInputBinding(QRhiVertexInputBinding) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
equals
(int b) Overloaded function forequals(io.qt.gui.rhi.QRhiVertexInputBinding)
.final boolean
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
See
QRhiVertexInputBinding::
QRhiVertexInputBinding(QRhiVertexInputBinding) - Parameters:
other
-
-
QRhiVertexInputBinding
- Parameters:
stride
-cls
-stepRate
-
-
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
- Returns:
-
instanceStepRate
- Returns:
-
equals
- Parameters:
b
-- Returns:
-
setClassification
- Parameters:
c
-
-
setInstanceStepRate
- Parameters:
rate
-
-
setStride
- Parameters:
s
-
-
stride
- Returns:
-
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.
See
QRhiVertexInputBinding::
QRhiVertexInputBinding(QRhiVertexInputBinding) -
equals
Overloaded function for
equals(io.qt.gui.rhi.QRhiVertexInputBinding)
.
-