Tobias Jakobi : wined3d: Add GL_TEXTURE_BINDING_3D to wined3d_gl header.

Alexandre Julliard julliard at winehq.org
Tue Oct 21 07:07:01 CDT 2008


Module: wine
Branch: master
Commit: 7aef1c71855837ca988d38ee3fb85683b6ceca60
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7aef1c71855837ca988d38ee3fb85683b6ceca60

Author: Tobias Jakobi <liquid.acid at gmx.net>
Date:   Sat Oct 18 16:08:49 2008 +0200

wined3d: Add GL_TEXTURE_BINDING_3D to wined3d_gl header.

---

 include/wine/wined3d_gl.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/wine/wined3d_gl.h b/include/wine/wined3d_gl.h
index 3832a2a..25159b1 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




More information about the wine-cvs mailing list