java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QRhiVertexInputLayout
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Describes the layout of vertex inputs consumed by a vertex shader
Java wrapper for Qt class QRhiVertexInputLayout
This class was introduced in Qt 6.6.
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal QRhiVertexInputAttribute
attributeAt
(long index) final long
final QRhiVertexInputBinding
bindingAt
(long index) final long
clone()
Creates and returns a copy of this object.final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QRhiVertexInputLayout)
.final void
setAttributes
(QRhiVertexInputAttribute ... list) final void
setBindings
(QRhiVertexInputBinding ... list) toString()
Seeoperator<<(QDebug,
QRhiVertexInputLayout) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QRhiVertexInputLayout
public QRhiVertexInputLayout() -
QRhiVertexInputLayout
-
-
Method Details
-
attributeAt
-
attributeCount
-
bindingAt
-
bindingCount
-
equals
-
setAttributes
-
setBindings
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QRhiVertexInputLayout)
. -
toString
See
operator<<(QDebug,
QRhiVertexInputLayout) -
clone
Creates and returns a copy of this object.
See
QRhiVertexInputLayout::
QRhiVertexInputLayout(QRhiVertexInputLayout)
-