diff options
author | Brian <[email protected]> | 2007-04-09 19:04:45 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-09 19:07:22 -0600 |
commit | 7b2626f7d8ed3a336575a7caeb4166434293e535 (patch) | |
tree | 20aca6effdaf39a55e4cdeedb397affd7280c832 /src/mesa/shader/slang/slang_compile.h | |
parent | 19121e2802ced7b4ddb64394bfb03655c3bf03dd (diff) |
plug in GLSL 1.20 unit
Diffstat (limited to 'src/mesa/shader/slang/slang_compile.h')
-rw-r--r-- | src/mesa/shader/slang/slang_compile.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesa/shader/slang/slang_compile.h b/src/mesa/shader/slang/slang_compile.h index 086e2d8dc4d..0f1f820d2e0 100644 --- a/src/mesa/shader/slang/slang_compile.h +++ b/src/mesa/shader/slang/slang_compile.h @@ -69,10 +69,11 @@ extern GLvoid _slang_code_unit_dtr (slang_code_unit *); #define SLANG_BUILTIN_CORE 0 -#define SLANG_BUILTIN_COMMON 1 -#define SLANG_BUILTIN_TARGET 2 +#define SLANG_BUILTIN_120_CORE 1 +#define SLANG_BUILTIN_COMMON 2 +#define SLANG_BUILTIN_TARGET 3 -#define SLANG_BUILTIN_TOTAL 3 +#define SLANG_BUILTIN_TOTAL 4 typedef struct slang_code_object_ { |