java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiVertexInputAttribute
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes a single vertex input element
Java wrapper for Qt class QRhiVertexInputAttribute
This class was introduced in Qt 6.6.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQRhiVertexInputAttribute::Format
-
Constructor Summary
ConstructorDescriptionQRhiVertexInputAttribute
(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) SeeQRhiVertexInputAttribute::
QRhiVertexInputAttribute(QRhiVertexInputAttribute) -
Method Summary
Modifier and TypeMethodDescriptionfinal int
binding()
clone()
Creates and returns a copy of this object.final boolean
boolean
format()
int
hashCode()
Returns the objects's hash code computed byqHash(QRhiVertexInputAttribute)
.final int
location()
final int
final int
offset()
final void
setBinding
(int b) final void
final void
setLocation
(int loc) final void
setMatrixSlice
(int slice) final void
setOffset
(int ofs) toString()
Seeoperator<<(QDebug,
QRhiVertexInputAttribute) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QRhiVertexInputAttribute
public QRhiVertexInputAttribute() -
QRhiVertexInputAttribute
See
QRhiVertexInputAttribute::
QRhiVertexInputAttribute(QRhiVertexInputAttribute) -
QRhiVertexInputAttribute
public QRhiVertexInputAttribute(int binding, int location, QRhiVertexInputAttribute.Format format, int offset, int matrixSlice) -
QRhiVertexInputAttribute
public QRhiVertexInputAttribute(int binding, int location, QRhiVertexInputAttribute.Format format, int offset) Overloaded constructor for
QRhiVertexInputAttribute(int, int, io.qt.gui.rhi.QRhiVertexInputAttribute.Format, int, int)
withmatrixSlice = -1
.
-
-
Method Details
-
binding
-
format
-
location
-
matrixSlice
-
offset
-
equals
-
setBinding
-
setFormat
-
setLocation
-
setMatrixSlice
-
setOffset
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QRhiVertexInputAttribute)
. -
toString
See
operator<<(QDebug,
QRhiVertexInputAttribute) -
clone
Creates and returns a copy of this object.
See
QRhiVertexInputAttribute::
QRhiVertexInputAttribute(QRhiVertexInputAttribute)
-