From 7aef1c71855837ca988d38ee3fb85683b6ceca60 Mon Sep 17 00:00:00 2001 From: Tobias Jakobi Date: Sat, 18 Oct 2008 16:08:49 +0200 Subject: [PATCH] wined3d: Add GL_TEXTURE_BINDING_3D to wined3d_gl header. --- include/wine/wined3d_gl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wine/wined3d_gl.h b/include/wine/wined3d_gl.h index 3832a2a1536..25159b19be6 100644 --- a/include/wine/wined3d_gl.h +++ b/include/wine/wined3d_gl.h @@ -690,6 +690,7 @@ typedef void GLvoid; #define GL_UNSIGNED_INT_10_10_10_2 0x8036 #define GL_UNSIGNED_INT_2_10_10_10_REV 0x8368 #define GL_RESCALE_NORMAL 0x803A +#define GL_TEXTURE_BINDING_3D 0x806A #define GL_LIGHT_MODEL_COLOR_CONTROL 0x81F8 #define GL_SINGLE_COLOR 0x81F9 #define GL_SEPARATE_SPECULAR_COLOR 0x81FA