Uses of Enum
io.qt.opengl.QOpenGLShader.ShaderTypeBit
Packages that use QOpenGLShader.ShaderTypeBit
-
Uses of QOpenGLShader.ShaderTypeBit in io.qt.opengl
Methods in io.qt.opengl that return QOpenGLShader.ShaderTypeBitModifier and TypeMethodDescriptionfinal QOpenGLShader.ShaderTypeBit[]
QOpenGLShader.ShaderType.flags()
Returns an array of flag objects represented by this ShaderType.static QOpenGLShader.ShaderTypeBit
QOpenGLShader.ShaderTypeBit.resolve
(int value) Returns the corresponding enum entry for the given value.static QOpenGLShader.ShaderTypeBit
Returns the enum constant of this type with the specified name.static QOpenGLShader.ShaderTypeBit[]
QOpenGLShader.ShaderTypeBit.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.opengl with parameters of type QOpenGLShader.ShaderTypeBitModifier and TypeMethodDescriptionfinal QOpenGLShader.ShaderType
QOpenGLShader.ShaderType.combined
(QOpenGLShader.ShaderTypeBit e) Combines this flags with enum entry.QOpenGLShader.ShaderTypeBit.combined
(QOpenGLShader.ShaderTypeBit e) Combines this entry with other enum entry.static QOpenGLShader.ShaderType
QOpenGLShader.ShaderTypeBit.flags
(QOpenGLShader.ShaderTypeBit... values) Creates a newQOpenGLShader.ShaderType
from the entries.final QOpenGLShader.ShaderType
QOpenGLShader.ShaderType.setFlag
(QOpenGLShader.ShaderTypeBit e) Sets the flage
final QOpenGLShader.ShaderType
QOpenGLShader.ShaderType.setFlag
(QOpenGLShader.ShaderTypeBit e, boolean on) Sets or clears the flagflag
Constructors in io.qt.opengl with parameters of type QOpenGLShader.ShaderTypeBitModifierConstructorDescriptionShaderType
(QOpenGLShader.ShaderTypeBit... args) Creates a new ShaderType where the flags inargs
are set.