]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_poly.h
two-layer sky rendering now uses GL_ARB_texture_env_combine if available to render...
[xonotic/darkplaces.git] / gl_poly.h
index a7bb414e1226ad163b3ebe2671b4f12e295f2dc6..21665d71a600d691e7a973aa69dbe163acc205f2 100644 (file)
--- a/gl_poly.h
+++ b/gl_poly.h
@@ -74,6 +74,7 @@ wallpoly_t;
 typedef struct
 {
        float tex[2];
+       float tex2[2];
        float v[4]; // 4th item is only for padding
 }
 skyvert_t;