GLSL profile.

Variables

@:value(cast 0)@:enum@:implinlineread onlyNone:Profile = 0

If no profile was specified.

@:value(cast 1)@:enum@:implinlineread onlyCore:Profile = 1

Core profile: this does not contain deprecated functionality.

@:value(cast 2)@:enum@:implinlineread onlyCompatibility:Profile = 2

Compatibility profile: this contains deprecated functionality, but is not guaranteed to be available.

@:value(cast 3)@:enum@:implinlineread onlyEs:Profile = 3

OpenGL ES (OpenGL for Embedded Systems).