mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Added EXT_framebuffer_object
This commit is contained in:
parent
66181d1486
commit
4b09065e86
3 changed files with 489 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ public final class GLContext {
|
|||
public static boolean GL_EXT_depth_bounds_test;
|
||||
public static boolean GL_EXT_draw_range_elements;
|
||||
public static boolean GL_EXT_fog_coord;
|
||||
public static boolean GL_EXT_framebuffer_object;
|
||||
public static boolean GL_EXT_multi_draw_arrays;
|
||||
public static boolean GL_EXT_packed_pixels;
|
||||
public static boolean GL_EXT_paletted_texture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue