GlVersion enum

Inheritance

Constructors

GlVersion()
const

Values

GL_VERSION_1_1 → const GlVersion
GL_VERSION_1_2 → const GlVersion
GL_VERSION_1_3 → const GlVersion
GL_VERSION_1_4 → const GlVersion
GL_VERSION_1_5 → const GlVersion
GL_VERSION_2_0 → const GlVersion
GL_VERSION_2_1 → const GlVersion
GL_VERSION_3_0 → const GlVersion
GL_VERSION_3_1 → const GlVersion
GL_VERSION_3_2 → const GlVersion
GL_VERSION_3_3 → const GlVersion
GL_VERSION_4_0 → const GlVersion
GL_VERSION_4_1 → const GlVersion
GL_VERSION_4_2 → const GlVersion
GL_VERSION_4_3 → const GlVersion
GL_VERSION_4_4 → const GlVersion
GL_VERSION_4_5 → const GlVersion
GL_VERSION_4_6 → const GlVersion

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<GlVersion>
A constant List of the values in this enum, in order of their declaration.