Uses of Enum
io.qt.gui.rhi.QShader.Source
-
Uses of QShader.Source in io.qt.gui.rhi
Modifier and TypeMethodDescriptionstatic QShader.Source
QShader.Source.resolve
(int value) Returns the corresponding enum entry for the given value.final QShader.Source
QShaderKey.source()
static QShader.Source
Returns the enum constant of this type with the specified name.static QShader.Source[]
QShader.Source.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionQShaderKey
(QShader.Source s, int sver) Overloaded constructor forQShaderKey(io.qt.gui.rhi.QShader.Source, int, io.qt.gui.rhi.QShader.Variant)
withsvar = io.qt.gui.rhi.QShader.Variant.StandardShader
.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) Overloaded constructor forQShaderKey(io.qt.gui.rhi.QShader.Source, io.qt.gui.rhi.QShaderVersion, io.qt.gui.rhi.QShader.Variant)
withsvar = io.qt.gui.rhi.QShader.Variant.StandardShader
.QShaderKey
(QShader.Source s, QShaderVersion sver, QShader.Variant svar)