removed old TEXTURE0_ defines
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: mtypes.h,v 1.94 2002/10/08 23:59:33 brianp Exp $ */
|
||||
/* $Id: mtypes.h,v 1.95 2002/10/09 23:56:32 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
@@ -734,14 +734,6 @@ struct gl_stencil_attrib {
|
||||
|
||||
#define NUM_TEXTURE_TARGETS 5 /* 1D, 2D, 3D, CUBE and RECT */
|
||||
|
||||
/* Texture Enabled flags - XXX these are obsolete!!! */
|
||||
#define TEXTURE0_1D TEXTURE_1D_BIT
|
||||
#define TEXTURE0_2D TEXTURE_2D_BIT
|
||||
#define TEXTURE0_3D TEXTURE_3D_BIT
|
||||
#define TEXTURE0_CUBE TEXTURE_CUBE_BIT
|
||||
#define TEXTURE0_RECT TEXTURE_RECT_BIT
|
||||
#define TEXTURE0_ANY 0x1F
|
||||
|
||||
|
||||
/* Bitmap versions of the GL_ constants. */
|
||||
#define TEXGEN_SPHERE_MAP 0x1
|
||||
|
||||
Reference in New Issue
Block a user