java.lang.Object
io.qt.QtObject
io.qt.gui.rhi.QShaderDescription.UniformBlock
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QShaderDescription
Describes a uniform block
Java wrapper for Qt class QShaderDescription::UniformBlock
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
binding()
final QByteArray
clone()
Creates and returns a copy of this object.final int
boolean
final int
Kotlin property getter.final QByteArray
Kotlin property getter.final int
Kotlin property getter.Kotlin property getter.final int
getSize()
Kotlin property getter.final QByteArray
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QShaderDescription::UniformBlock)
.members()
final void
setBinding
(int binding) final void
setBlockName
(QByteArray blockName) final void
setDescriptorSet
(int descriptorSet) final void
setMembers
(Collection<? extends QShaderDescription.BlockVariable> members) final void
setSize
(int size) final void
setStructName
(QByteArray structName) final int
size()
final QByteArray
toString()
Seeoperator<<(QDebug,
QShaderDescription::UniformBlock) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
UniformBlock
public UniformBlock()See
QShaderDescription::UniformBlock::
UniformBlock()
-
-
Method Details
-
setBinding
-
binding
-
setBlockName
-
blockName
-
setDescriptorSet
-
descriptorSet
-
setMembers
@QtUninvokable public final void setMembers(Collection<? extends QShaderDescription.BlockVariable> members) -
members
-
setSize
-
size
-
setStructName
-
structName
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QShaderDescription::UniformBlock)
. -
toString
See
operator<<(QDebug,
QShaderDescription::UniformBlock) -
clone
Creates and returns a copy of this object.
-
getBinding
Kotlin property getter. In Java use
binding()
instead. -
getBlockName
Kotlin property getter. In Java use
blockName()
instead. -
getDescriptorSet
Kotlin property getter. In Java use
descriptorSet()
instead. -
getMembers
Kotlin property getter. In Java use
members()
instead. -
getSize
Kotlin property getter. In Java use
size()
instead. -
getStructName
Kotlin property getter. In Java use
structName()
instead.
-