diff options
author | Brian Paul <[email protected]> | 2009-04-14 19:56:59 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-14 19:56:59 -0600 |
commit | 62c45ec951829563b92a95cce5b9621e70c971a4 (patch) | |
tree | 91245d4dd40f1735e3cf8dda638fb9d773f7f6ef /src/mesa/main | |
parent | fe278f1e600058af18c6ba5fe77bfc5a772bf9f5 (diff) |
mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OES
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/glheader.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index ad095321e39..81d4ccf919f 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -74,6 +74,11 @@ #endif +#ifndef GL_PROGRAM_BINARY_LENGTH_OES +#define GL_PROGRAM_BINARY_LENGTH_OES 0x8741 +#endif + + /** * Special, internal token */ |