mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-08 17:59:56 +01:00
Added ARB_texture_non_power_of_two
This commit is contained in:
parent
2714842095
commit
bd692b51f7
|
|
@ -67,6 +67,7 @@ public abstract class GLCaps {
|
|||
public static boolean GL_ARB_texture_border_clamp;
|
||||
public static boolean GL_ARB_texture_cube_map;
|
||||
public static boolean GL_ARB_texture_mirrored_repeat;
|
||||
public static boolean GL_ARB_texture_non_power_of_two;
|
||||
public static boolean GL_ARB_transpose_matrix;
|
||||
public static boolean GL_ARB_vertex_blend;
|
||||
public static boolean GL_ARB_vertex_program;
|
||||
|
|
|
|||
Loading…
Reference in a new issue