diff options
author | Zack Rusin <zack@kde.org> | 2006-02-07 22:17:29 +0000 |
---|---|---|
committer | Zack Rusin <zack@kde.org> | 2006-02-07 22:17:29 +0000 |
commit | 25812fd3853ad7c4b3fa1dc05f6afef04ec9f1b2 (patch) | |
tree | c1c0e4e72cc7b512863455f789351a563e650852 | |
parent | 5ca023367e697051202fdc2d0bb2e4742615ad72 (diff) |
texture_from_pixmap defines
-rw-r--r-- | glxproto.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2387,7 +2387,8 @@ typedef struct { #define X_GLXvop_QueryHyperpipeConfigSGIX 65551 #define X_GLXvop_HyperpipeConfigSGIX 65552 #define X_GLXvop_DestroyHyperpipeConfigSGIX 65553 - +#define X_GLXvop_BindTexImageEXT 5152 +#define X_GLXvop_ReleaseTexImageEXT 5153 /* ARB extension opcodes */ |