]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
support for GL_ARB_texture_non_power_of_two extension (makes quake textures look...
[xonotic/darkplaces.git] / glquake.h
index 47cb698b7bcbd6346ba408cf6309b93402a3352e..b27cd252d2d4c7f629fdfc4e8a262b119e4a85fd 100644 (file)
--- a/glquake.h
+++ b/glquake.h
@@ -399,6 +399,9 @@ extern int gl_support_clamptoedge;
 extern void (GLAPIENTRY *qglActiveStencilFaceEXT)(GLenum);
 extern int gl_support_stenciltwoside;
 
+//GL_ARB_texture_non_power_of_two
+extern int gl_support_arb_texture_non_power_of_two;
+
 extern void (GLAPIENTRY *qglScissor)(GLint x, GLint y, GLsizei width, GLsizei height);
 
 extern void (GLAPIENTRY *qglClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);