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.ShaderTypeBitQOpenGLShader.ShaderTypeBit.resolve(int value) Returns the corresponding enum entry for the given value.static QOpenGLShader.ShaderTypeBitReturns 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 TypeMethodDescriptionQOpenGLShader.ShaderTypeBit.cleared(QOpenGLShader.ShaderTypeBit e) Excludes other enum entry from a flag of this entry.final QOpenGLShader.ShaderTypeQOpenGLShader.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.ShaderTypeQOpenGLShader.ShaderTypeBit.flags(QOpenGLShader.ShaderTypeBit ... values) Creates a newQOpenGLShader.ShaderTypefrom the entries.final QOpenGLShader.ShaderTypeQOpenGLShader.ShaderType.setFlag(QOpenGLShader.ShaderTypeBit e) Sets the flagefinal QOpenGLShader.ShaderTypeQOpenGLShader.ShaderType.setFlag(QOpenGLShader.ShaderTypeBit e, boolean on) Sets or clears the flagflagConstructors in io.qt.opengl with parameters of type QOpenGLShader.ShaderTypeBitModifierConstructorDescriptionShaderType(QOpenGLShader.ShaderTypeBit ... args) Creates a new ShaderType where the flags inargsare set.