Uses of Enum
io.qt.gui.rhi.QShaderDescription.VariableType
Packages that use QShaderDescription.VariableType
-
Uses of QShaderDescription.VariableType in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QShaderDescription.VariableTypeModifier and TypeMethodDescriptionQShaderDescription.BlockVariable.getType()
Kotlin property getter.QShaderDescription.InOutVariable.getType()
Kotlin property getter.QShaderDescription.BuiltinVariable.getVarType()
Kotlin property getter.QShaderDescription.VariableType.resolve
(int value) Returns the corresponding enum entry for the given value.QShaderDescription.BlockVariable.type()
QShaderDescription.InOutVariable.type()
Returns the enum constant of this type with the specified name.static QShaderDescription.VariableType[]
QShaderDescription.VariableType.values()
Returns an array containing the constants of this enum type, in the order they are declared.QShaderDescription.BuiltinVariable.varType()
Methods in io.qt.gui.rhi with parameters of type QShaderDescription.VariableTypeModifier and TypeMethodDescriptionfinal void
QShaderDescription.BlockVariable.setType
(QShaderDescription.VariableType type) final void
QShaderDescription.InOutVariable.setType
(QShaderDescription.VariableType type) final void
QShaderDescription.BuiltinVariable.setVarType
(QShaderDescription.VariableType varType)