Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/glew-mx/intern/gl-deprecated.h')
-rw-r--r--intern/glew-mx/intern/gl-deprecated.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/intern/glew-mx/intern/gl-deprecated.h b/intern/glew-mx/intern/gl-deprecated.h
index 50049eaeb54..b6524cd5197 100644
--- a/intern/glew-mx/intern/gl-deprecated.h
+++ b/intern/glew-mx/intern/gl-deprecated.h
@@ -835,28 +835,28 @@
#if 0 /* Those are deprecated but still valid */
// Old Token Names 3.0
-#undef GL_CLIP_PLANE0
-#define GL_CLIP_PLANE0 USE_GL_CLIP_DISTANCE0
-#undef GL_CLIP_PLANE1
-#define GL_CLIP_PLANE1 USE_GL_CLIP_DISTANCE1
-#undef GL_CLIP_PLANE2
-#define GL_CLIP_PLANE2 USE_GL_CLIP_DISTANCE2
-#undef GL_CLIP_PLANE3
-#define GL_CLIP_PLANE3 USE_GL_CLIP_DISTANCE3
-#undef GL_CLIP_PLANE4
-#define GL_CLIP_PLANE4 USE_GL_CLIP_DISTANCE4
-#undef GL_CLIP_PLANE5
-#define GL_CLIP_PLANE5 USE_GL_CLIP_DISTANCE5
-#undef GL_COMPARE_R_TO_TEXTURE
-#define GL_COMPARE_R_TO_TEXTURE USE_GL_COMPARE_REF_TO_TEXTURE
-#undef GL_MAX_CLIP_PLANES
-#define GL_MAX_CLIP_PLANES USE_GL_MAX_CLIP_DISTANCES
-#undef GL_MAX_VARYING_FLOATS
-#define GL_MAX_VARYING_FLOATS USE__MAX_VARYING_COMPONENTS
+# undef GL_CLIP_PLANE0
+# define GL_CLIP_PLANE0 USE_GL_CLIP_DISTANCE0
+# undef GL_CLIP_PLANE1
+# define GL_CLIP_PLANE1 USE_GL_CLIP_DISTANCE1
+# undef GL_CLIP_PLANE2
+# define GL_CLIP_PLANE2 USE_GL_CLIP_DISTANCE2
+# undef GL_CLIP_PLANE3
+# define GL_CLIP_PLANE3 USE_GL_CLIP_DISTANCE3
+# undef GL_CLIP_PLANE4
+# define GL_CLIP_PLANE4 USE_GL_CLIP_DISTANCE4
+# undef GL_CLIP_PLANE5
+# define GL_CLIP_PLANE5 USE_GL_CLIP_DISTANCE5
+# undef GL_COMPARE_R_TO_TEXTURE
+# define GL_COMPARE_R_TO_TEXTURE USE_GL_COMPARE_REF_TO_TEXTURE
+# undef GL_MAX_CLIP_PLANES
+# define GL_MAX_CLIP_PLANES USE_GL_MAX_CLIP_DISTANCES
+# undef GL_MAX_VARYING_FLOATS
+# define GL_MAX_VARYING_FLOATS USE__MAX_VARYING_COMPONENTS
// Old Token Names 3.2
-#undef GL_VERTEX_PROGRAM_POINT_SIZE
-#define GL_VERTEX_PROGRAM_POINT_SIZE USE_GL_PROGRAM_POINT_SIZE
+# undef GL_VERTEX_PROGRAM_POINT_SIZE
+# define GL_VERTEX_PROGRAM_POINT_SIZE USE_GL_PROGRAM_POINT_SIZE
#endif
#endif /* __GL_DEPRECATED_H__ */