mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Added ARB_shading_language_100 and NV_vertex_program2
This commit is contained in:
parent
39ce15a71d
commit
1dd06d2e3e
1 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ public abstract class GLCaps {
|
|||
public static boolean GL_ARB_multisample;
|
||||
public static boolean GL_ARB_multitexture;
|
||||
public static boolean GL_ARB_point_parameters;
|
||||
public static boolean GL_ARB_shading_language_100;
|
||||
public static boolean GL_ARB_shadow;
|
||||
public static boolean GL_ARB_shadow_ambient;
|
||||
public static boolean GL_ARB_texture_compression;
|
||||
|
|
@ -130,6 +131,7 @@ public abstract class GLCaps {
|
|||
public static boolean GL_NV_vertex_array_range2;
|
||||
public static boolean GL_NV_vertex_program;
|
||||
public static boolean GL_NV_vertex_program1_1;
|
||||
public static boolean GL_NV_vertex_program2;
|
||||
public static boolean OpenGL11;
|
||||
public static boolean OpenGL12;
|
||||
public static boolean OpenGL13;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue