X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=r_textures.h;h=6a0c46bf09e122cc7dace722e42f4b8f65e37259;hb=b9940e119f194729387b722d265db31219c85b38;hp=44d574ead0b1b71fc9ccff172b235806818fb251;hpb=6824d8ddc8a43cae0609be5bbe8bee01fa1a4225;p=xonotic%2Fdarkplaces.git diff --git a/r_textures.h b/r_textures.h index 44d574ea..6a0c46bf 100644 --- a/r_textures.h +++ b/r_textures.h @@ -19,7 +19,7 @@ #define TEXF_FORCENEAREST 0x00000040 // indicates texture should be uploaded using GL_LINEAR or GL_LINEAR_MIPMAP_NEAREST or GL_LINEAR_MIPMAP_LINEAR mode #define TEXF_FORCELINEAR 0x00000080 -// indicates texture should be affected by gl_picmip +// indicates texture should be affected by gl_picmip and gl_max_size cvar #define TEXF_PICMIP 0x00000100 // used for checking if textures mismatch #define TEXF_IMPORTANTBITS (TEXF_ALPHA | TEXF_MIPMAP | TEXF_FRAGMENT | TEXF_CLAMP | TEXF_FORCENEAREST | TEXF_FORCELINEAR | TEXF_PICMIP)