Class Raylib.rlGlVersion
java.lang.Object
com.raylib.Raylib.rlGlVersion
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
OpenGL 1.1static final int
OpenGL 2.1 (GLSL 120)static final int
OpenGL 3.3 (GLSL 330)static final int
OpenGL 4.3 (using GLSL 330)static final int
OpenGL ES 2.0 (GLSL 100)static final int
OpenGL ES 3.0 (GLSL 300 es) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RL_OPENGL_11
public static final int RL_OPENGL_11OpenGL 1.1- See Also:
-
RL_OPENGL_21
public static final int RL_OPENGL_21OpenGL 2.1 (GLSL 120)- See Also:
-
RL_OPENGL_33
public static final int RL_OPENGL_33OpenGL 3.3 (GLSL 330)- See Also:
-
RL_OPENGL_43
public static final int RL_OPENGL_43OpenGL 4.3 (using GLSL 330)- See Also:
-
RL_OPENGL_ES_20
public static final int RL_OPENGL_ES_20OpenGL ES 2.0 (GLSL 100)- See Also:
-
RL_OPENGL_ES_30
public static final int RL_OPENGL_ES_30OpenGL ES 3.0 (GLSL 300 es)- See Also:
-
-
Constructor Details
-
rlGlVersion
public rlGlVersion()
-