Uses of Enum
io.qt.quick.QSGRendererInterface.ShaderCompilationType
Packages that use QSGRendererInterface.ShaderCompilationType
-
Uses of QSGRendererInterface.ShaderCompilationType in io.qt.quick
Methods in io.qt.quick that return QSGRendererInterface.ShaderCompilationTypeModifier and TypeMethodDescriptionQSGRendererInterface.ShaderCompilationTypes.flags()
Returns an array of flag objects represented by this ShaderCompilationTypes.QSGRendererInterface.ShaderCompilationType.resolve
(int value) Returns the corresponding enum entry for the given value.Returns the enum constant of this type with the specified name.QSGRendererInterface.ShaderCompilationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.quick with parameters of type QSGRendererInterface.ShaderCompilationTypeModifier and TypeMethodDescriptionQSGRendererInterface.ShaderCompilationType.combined
(QSGRendererInterface.ShaderCompilationType e) Combines this entry with other enum entry.QSGRendererInterface.ShaderCompilationTypes.combined
(QSGRendererInterface.ShaderCompilationType e) Combines this flags with enum entry.QSGRendererInterface.ShaderCompilationType.flags
(QSGRendererInterface.ShaderCompilationType... values) Creates a newQSGRendererInterface.ShaderCompilationTypes
from the entries.QSGRendererInterface.ShaderCompilationTypes.setFlag
(QSGRendererInterface.ShaderCompilationType e) Sets the flage
QSGRendererInterface.ShaderCompilationTypes.setFlag
(QSGRendererInterface.ShaderCompilationType e, boolean on) Sets or clears the flagflag
Constructors in io.qt.quick with parameters of type QSGRendererInterface.ShaderCompilationTypeModifierConstructorDescriptionCreates a new ShaderCompilationTypes where the flags inargs
are set.