]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
added indirection cube map for shadowmapping and revised filtering modes
[xonotic/darkplaces.git] / render.h
index b893fff91a66c3c8c1a8ae5b85e21837568ec3b6..9f8923ae13753e27fe4cf4903e4e8c70bb4a3ba0 100644 (file)
--- a/render.h
+++ b/render.h
@@ -409,8 +409,7 @@ typedef enum gl20_texunit_e
        GL20TU_ATTENUATION = 9,
        GL20TU_CUBE = 10,
        GL20TU_SHADOWMAPRECT = 11,
-       GL20TU_SHADOWMAPCUBE = 11,
-       GL20TU_SHADOWMAP2D = 11,
+    GL20TU_CUBEPROJECTION = 12
 }
 gl20_texunit;