Commit d73b3f7b573ef12f830ed944d125ef5b553d23a4

henry 2004-09-30T13:18:34

Removed GL_EXT_texture_object defines.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/include/FTGL.h b/include/FTGL.h
index e92bd52..f338ae9 100755
--- a/include/FTGL.h
+++ b/include/FTGL.h
@@ -83,14 +83,4 @@ typedef float    FTGL_FLOAT;
     #define FTGL_EXPORT
 #endif  
 
-
-// lifted from glext.h, to remove dependancy on glext.h
-#ifndef GL_EXT_texture_object
-    #define GL_TEXTURE_PRIORITY_EXT           0x8066
-    #define GL_TEXTURE_RESIDENT_EXT           0x8067
-    #define GL_TEXTURE_1D_BINDING_EXT         0x8068
-    #define GL_TEXTURE_2D_BINDING_EXT         0x8069
-    #define GL_TEXTURE_3D_BINDING_EXT         0x806A
-#endif
-
 #endif  //  __FTGL__