From 943f0c6a41aa66705ffba90a55cf75296b0bde1d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 21 Jan 2003 15:49:06 +0000 Subject: GL_ATI_texture_env_combine3 extension --- include/GL/glext.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/GL/glext.h') diff --git a/include/GL/glext.h b/include/GL/glext.h index 245f100c70..7d1f396bbd 100644 --- a/include/GL/glext.h +++ b/include/GL/glext.h @@ -2423,6 +2423,11 @@ extern "C" { #define GL_ACTIVE_STENCIL_FACE_EXT 0x8911 #endif +#ifndef GL_ATI_texture_env_combine3 +#define GL_MODULATE_ADD_ATI 0x8744 +#define GL_MODULATE_SIGNED_ADD_ATI 0x8745 +#define GL_MODULATE_SUBTRACT_ATI 0x8746 +#endif /*************************************************************/ @@ -5016,6 +5021,9 @@ GLAPI void APIENTRY glActiveStencilFaceEXT (GLenum); typedef void (APIENTRY * PFNGLACTIVESTENCILFACEEXTPROC) (GLenum face); #endif +#ifndef GL_ATI_texture_env_combine3 +#define GL_ATI_texture_env_combine3 1 +#endif #ifdef __cplusplus } -- cgit v1.2.3