From cd1cefae9146fc14b35ee93a04bdb1b1590fba7b Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 13 Jun 2001 14:56:14 +0000 Subject: Allow different max texture sizes for 1/2D, 3D and cube maps. --- src/mesa/main/mtypes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index fce2616112..80a8022f12 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1,4 +1,4 @@ -/* $Id: mtypes.h,v 1.45 2001/06/12 22:08:41 brianp Exp $ */ +/* $Id: mtypes.h,v 1.46 2001/06/13 14:56:14 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -1156,9 +1156,9 @@ struct gl_frame_buffer { * but are never changed after that. */ struct gl_constants { - GLint MaxTextureSize; - GLint MaxCubeTextureSize; GLint MaxTextureLevels; + GLint Max3DTextureLevels; + GLint MaxCubeTextureLevels; GLuint MaxTextureUnits; GLfloat MaxTextureMaxAnisotropy; /* GL_EXT_texture_filter_anisotropic */ GLuint MaxArrayLockSize; -- cgit v1.2.3