diff options
author | Brian Paul <[email protected]> | 2008-08-12 17:41:57 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-08-12 17:41:57 -0600 |
commit | c01fbc7866d7cd5cf4263dffec6d9591470b4c23 (patch) | |
tree | 735a1cd1e21e66ab1c4c1f50d43e150aa878edcb /src/mesa/main/glheader.h | |
parent | 5af60556edc97bc1d4fd57933e99e9661dbc5fa0 (diff) |
mesa: texture crop rect state
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r-- | src/mesa/main/glheader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index 3131a356b86..f0f97c218c2 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -176,6 +176,10 @@ #endif +#ifndef GL_OES_draw_texture +#define GL_TEXTURE_CROP_RECT_OES 0x8B9D +#endif + #if !defined(CAPI) && defined(WIN32) && !defined(BUILD_FOR_SNAP) #define CAPI _cdecl |