mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
Change default anisotropic filtering setting to the max for the user's system. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5929 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
466f3aca30
commit
f3ac89af1b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ struct glfiltermodes glfiltermodes[NUMGLFILTERMODES] =
|
||||||
{"GL_LINEAR_MIPMAP_LINEAR",GL_LINEAR_MIPMAP_LINEAR,GL_LINEAR}
|
{"GL_LINEAR_MIPMAP_LINEAR",GL_LINEAR_MIPMAP_LINEAR,GL_LINEAR}
|
||||||
};
|
};
|
||||||
|
|
||||||
int32_t glanisotropy = 1; // 0 = maximum supported by card
|
int32_t glanisotropy = 0; // 0 = maximum supported by card
|
||||||
int32_t gltexfiltermode = TEXFILTER_OFF;
|
int32_t gltexfiltermode = TEXFILTER_OFF;
|
||||||
|
|
||||||
#ifdef EDUKE32_GLES
|
#ifdef EDUKE32_GLES
|
||||||
|
|
Loading…
Reference in a new issue