mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Anisotropic Texture Filtering
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1653 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
4fa99b476c
commit
eae50d7bf6
1 changed files with 24 additions and 33 deletions
|
@ -551,13 +551,4 @@ typedef void (APIENTRY * PFNGLLOCKARRAYSEXTPROC) (GLint first, GLsizei count);
|
||||||
typedef void (APIENTRY * PFNGLUNLOCKARRAYSEXTPROC) (void);
|
typedef void (APIENTRY * PFNGLUNLOCKARRAYSEXTPROC) (void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef GL_EXT_texture_filter_anisotropic
|
|
||||||
#define GL_EXT_texture_filter_anisotropic 1
|
|
||||||
|
|
||||||
#define GL_TEXTURE_MAX_ANISOTROPY_EXT 0x84FE
|
|
||||||
#define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT 0x84FF
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue