Uses of Enum
io.qt.gui.rhi.QShader.Variant
Packages that use QShader.Variant
-
Uses of QShader.Variant in io.qt.gui.rhi
Methods in io.qt.gui.rhi that return QShader.VariantModifier and TypeMethodDescriptionstatic QShader.Variant
QShader.Variant.resolve
(int value) Returns the corresponding enum entry for the given value.final QShader.Variant
QRhiShaderStage.shaderVariant()
final QShader.Variant
QShaderKey.sourceVariant()
static QShader.Variant
Returns the enum constant of this type with the specified name.static QShader.Variant[]
QShader.Variant.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 QShader.VariantModifier and TypeMethodDescriptionfinal void
QRhiShaderStage.setShaderVariant
(QShader.Variant v) final void
QShaderKey.setSourceVariant
(QShader.Variant svar) Constructors in io.qt.gui.rhi with parameters of type QShader.VariantModifierConstructorDescriptionQRhiShaderStage
(QRhiShaderStage.Type type, QShader shader, QShader.Variant v) QShaderKey
(QShader.Source s, QShaderVersion sver, QShader.Variant svar)