java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QShaderDescription.PushConstantBlock
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QShaderDescription
Describes a push constant block
Java wrapper for Qt class QShaderDescription::PushConstantBlock
-
Constructor Summary
ConstructorsConstructorDescriptionSeeQShaderDescription::PushConstantBlock::
PushConstantBlock() -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QShaderDescription::PushConstantBlock)
.members()
final QByteArray
name()
final void
setMembers
(Collection<? extends QShaderDescription.BlockVariable> members) final void
setName
(byte [] name) Overloaded function forsetName(io.qt.core.QByteArray)
.final void
setName
(QByteArray name) final void
setSize
(int size) final int
size()
toString()
Seeoperator<<(QDebug,
QShaderDescription::PushConstantBlock) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
PushConstantBlock
public PushConstantBlock()See
QShaderDescription::PushConstantBlock::
PushConstantBlock()
-
-
Method Details
-
equals
-
setMembers
@QtUninvokable public final void setMembers(Collection<? extends QShaderDescription.BlockVariable> members) -
members
-
setName
-
name
-
setSize
-
size
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QShaderDescription::PushConstantBlock)
. -
toString
See
operator<<(QDebug,
QShaderDescription::PushConstantBlock) -
clone
Creates and returns a copy of this object.
-
setName
Overloaded function for
setName(io.qt.core.QByteArray)
.
-