Uses of Enum
io.qt.gui.rhi.QShaderDescription.ImageFormat
Packages that use QShaderDescription.ImageFormat
-
Uses of QShaderDescription.ImageFormat in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QShaderDescription.ImageFormatModifier and TypeMethodDescriptionQShaderDescription.InOutVariable.imageFormat()
QShaderDescription.ImageFormat.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.static QShaderDescription.ImageFormat[]
QShaderDescription.ImageFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.gui.rhi with parameters of type QShaderDescription.ImageFormatModifier and TypeMethodDescriptionfinal void
QShaderDescription.InOutVariable.setImageFormat
(QShaderDescription.ImageFormat imageFormat) Constructors in io.qt.gui.rhi with parameters of type QShaderDescription.ImageFormatModifierConstructorDescriptionInOutVariable
(byte [] name, QShaderDescription.VariableType type, int location, int binding, int descriptorSet, QShaderDescription.ImageFormat imageFormat, QShaderDescription.ImageFlags imageFlags, Collection<@QtPrimitiveType Integer> arrayDims, boolean perPatch, Collection<? extends QShaderDescription.BlockVariable> structMembers) InOutVariable
(QByteArray name, QShaderDescription.VariableType type, int location, int binding, int descriptorSet, QShaderDescription.ImageFormat imageFormat, QShaderDescription.ImageFlags imageFlags, Collection<@QtPrimitiveType Integer> arrayDims, boolean perPatch, Collection<? extends QShaderDescription.BlockVariable> structMembers) SeeQShaderDescription::InOutVariable::
InOutVariable{QByteArray, QShaderDescription::VariableType, int, int, int, QShaderDescription::ImageFormat, QShaderDescription::ImageFlags, QList<int>, bool, QList<QShaderDescription::BlockVariable>}