Added ARB_texture_non_power_of_two

This commit is contained in:
Caspian Rychlik-Prince 2003-10-20 14:22:03 +00:00
parent 2714842095
commit bd692b51f7
1 changed files with 1 additions and 0 deletions

View File

@ -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;