Uses of Enum
io.qt.gui.rhi.QShader.Variant
-
Uses of QShader.Variant in io.qt.gui.rhi
Modifier 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.Modifier and TypeMethodDescriptionfinal void
QRhiShaderStage.setShaderVariant
(QShader.Variant v) final void
QShaderKey.setSourceVariant
(QShader.Variant svar) ModifierConstructorDescriptionQRhiShaderStage
(QRhiShaderStage.Type type, QShader shader, QShader.Variant v) QShaderKey
(QShader.Source s, int sver, QShader.Variant svar) Overloaded constructor forQShaderKey(io.qt.gui.rhi.QShader.Source, io.qt.gui.rhi.QShaderVersion, io.qt.gui.rhi.QShader.Variant)
.QShaderKey
(QShader.Source s, QShaderVersion sver, QShader.Variant svar)