Click or drag to resize

ShaderLanguage Enumeration

Graphics Shader Language https://en.wikipedia.org/wiki/OpenGL_Shading_Language#Versions

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum ShaderLanguage
Members
  Member nameValueDescription
GLSL_ES1001Used for OpenGL ES 2.0 and WebGL 1.0
GLSL_ES3002Used for OpenGL ES 3.0 and WebGL 2.0
GLSL_ES3103
GLSL_1204Used for OpenGL 2.1
GLSL_1305Used for OpenGL 3.0
GLSL_1406Used for OpenGL 3.1
GLSL_1507Used for OpenGL 3.2
GLSL_3308Used for OpenGL 3.3
GLSL_4009Used for OpenGL 4.0
GLSL_41010Used for OpenGL 4.1
GLSL_42011Used for OpenGL 4.2
GLSL_43012Used for OpenGL 4.3
GLSL_44013Used for OpenGL 4.4
Metal14Metal for Apple
See Also