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.cleared(QSGRendererInterface.ShaderCompilationType e) Excludes other enum entry from a flag of this entry.QSGRendererInterface.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.ShaderCompilationTypesfrom the entries.QSGRendererInterface.ShaderCompilationTypes.setFlag(QSGRendererInterface.ShaderCompilationType e) Sets the flageQSGRendererInterface.ShaderCompilationTypes.setFlag(QSGRendererInterface.ShaderCompilationType e, boolean on) Sets or clears the flagflagConstructors in io.qt.quick with parameters of type QSGRendererInterface.ShaderCompilationTypeModifierConstructorDescriptionCreates a new ShaderCompilationTypes where the flags inargsare set.