mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
increase MAX_TEXTURE_LOD_BIAS to 11.0
This commit is contained in:
parent
f132413965
commit
7a5eb9a760
1 changed files with 2 additions and 2 deletions
|
|
@ -155,8 +155,8 @@
|
|||
/** For GL_EXT_texture_filter_anisotropic */
|
||||
#define MAX_TEXTURE_MAX_ANISOTROPY 16.0
|
||||
|
||||
/** For GL_EXT_texture_lod_bias */
|
||||
#define MAX_TEXTURE_LOD_BIAS 4.0
|
||||
/** For GL_EXT_texture_lod_bias (typically MAX_TEXTURE_LEVELS - 1) */
|
||||
#define MAX_TEXTURE_LOD_BIAS 11.0
|
||||
|
||||
/** For GL_NV_vertex_program */
|
||||
/*@{*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue