mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Added PBO extension
This commit is contained in:
parent
94bd9a8af2
commit
86883c66c1
2 changed files with 55 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ public final class GLContext {
|
|||
public static boolean GL_ARB_multisample;
|
||||
public static boolean GL_ARB_multitexture;
|
||||
public static boolean GL_ARB_occlusion_query;
|
||||
public static boolean GL_ARB_pixel_buffer_object;
|
||||
public static boolean GL_ARB_point_parameters;
|
||||
public static boolean GL_ARB_point_sprite;
|
||||
public static boolean GL_ARB_shading_language_100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue