mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-10 17:04:01 +00:00
Added some new extensions
This commit is contained in:
parent
3e4eac8e66
commit
ed903530f1
13 changed files with 3248 additions and 2768 deletions
|
|
@ -91,6 +91,7 @@ public final class GLContext {
|
|||
|
||||
public static boolean GL_EXT_abgr;
|
||||
public static boolean GL_EXT_bgra;
|
||||
public static boolean GL_EXT_blend_equation_separate;
|
||||
public static boolean GL_EXT_blend_func_separate;
|
||||
public static boolean GL_EXT_blend_subtract;
|
||||
public static boolean GL_EXT_Cg_shader;
|
||||
|
|
@ -114,6 +115,7 @@ public final class GLContext {
|
|||
public static boolean GL_EXT_texture_env_dot3;
|
||||
public static boolean GL_EXT_texture_filter_anisotropic;
|
||||
public static boolean GL_EXT_texture_lod_bias;
|
||||
public static boolean GL_EXT_texture_mirror_clamp;
|
||||
public static boolean GL_EXT_texture_rectangle;
|
||||
public static boolean GL_EXT_vertex_shader;
|
||||
public static boolean GL_EXT_vertex_weighting;
|
||||
|
|
@ -139,6 +141,7 @@ public final class GLContext {
|
|||
public static boolean GL_NV_float_buffer;
|
||||
public static boolean GL_NV_fog_distance;
|
||||
public static boolean GL_NV_fragment_program;
|
||||
public static boolean GL_NV_fragment_program2;
|
||||
public static boolean GL_NV_fragment_program_option;
|
||||
public static boolean GL_NV_half_float;
|
||||
public static boolean GL_NV_light_max_exponent;
|
||||
|
|
@ -164,6 +167,7 @@ public final class GLContext {
|
|||
public static boolean GL_NV_vertex_program1_1;
|
||||
public static boolean GL_NV_vertex_program2;
|
||||
public static boolean GL_NV_vertex_program2_option;
|
||||
public static boolean GL_NV_vertex_program3;
|
||||
|
||||
public static boolean OpenGL11;
|
||||
public static boolean OpenGL12;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue