- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QShaderDescription
Describes an input or output variable in the shader
Java wrapper for Qt class QShaderDescription::InOutVariable
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal QList<@QtPrimitiveType Integer>
final int
binding()
clone()
Creates and returns a copy of this object.final int
boolean
final QList<@QtPrimitiveType Integer>
Kotlin property getter.final int
Kotlin property getter.final int
Kotlin property getter.Kotlin property getter.Kotlin property getter.final int
Kotlin property getter.final QByteArray
getName()
Kotlin property getter.final boolean
Kotlin property getter.Kotlin property getter.getType()
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QShaderDescription::InOutVariable)
.final int
location()
final QByteArray
name()
final boolean
perPatch()
final void
setArrayDims
(Collection<@QtPrimitiveType Integer> arrayDims) final void
setBinding
(int binding) final void
setDescriptorSet
(int descriptorSet) final void
setImageFlags
(QShaderDescription.ImageFlag ... imageFlags) Overloaded function forsetImageFlags(io.qt.gui.rhi.QShaderDescription.ImageFlags)
.final void
setImageFlags
(QShaderDescription.ImageFlags imageFlags) final void
setImageFormat
(QShaderDescription.ImageFormat imageFormat) final void
setLocation
(int location) final void
setName
(QByteArray name) final void
setPerPatch
(boolean perPatch) final void
setStructMembers
(Collection<? extends QShaderDescription.BlockVariable> structMembers) final void
toString()
Seeoperator<<(QDebug,
QShaderDescription::InOutVariable) type()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
InOutVariable
public InOutVariable()See
QShaderDescription::InOutVariable::
InOutVariable()
-
-
Method Details
-
setArrayDims
-
arrayDims
-
setBinding
-
binding
-
setDescriptorSet
-
descriptorSet
-
setImageFlags
-
imageFlags
-
setImageFormat
-
imageFormat
-
setLocation
-
location
-
setName
-
name
-
setPerPatch
-
perPatch
-
setStructMembers
@QtUninvokable public final void setStructMembers(Collection<? extends QShaderDescription.BlockVariable> structMembers) -
structMembers
-
setType
-
type
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QShaderDescription::InOutVariable)
. -
toString
See
operator<<(QDebug,
QShaderDescription::InOutVariable) -
clone
Creates and returns a copy of this object.
-
getArrayDims
Kotlin property getter. In Java use
arrayDims()
instead. -
getBinding
Kotlin property getter. In Java use
binding()
instead. -
getDescriptorSet
Kotlin property getter. In Java use
descriptorSet()
instead. -
setImageFlags
Overloaded function for
setImageFlags(io.qt.gui.rhi.QShaderDescription.ImageFlags)
. -
getImageFlags
Kotlin property getter. In Java use
imageFlags()
instead. -
getImageFormat
Kotlin property getter. In Java use
imageFormat()
instead. -
getLocation
Kotlin property getter. In Java use
location()
instead. -
getName
Kotlin property getter. In Java use
name()
instead. -
getPerPatch
Kotlin property getter. In Java use
perPatch()
instead. -
getStructMembers
Kotlin property getter. In Java use
structMembers()
instead. -
getType
Kotlin property getter. In Java use
type()
instead.
-