diff options
author | Michal Krol <[email protected]> | 2006-09-26 16:06:35 +0000 |
---|---|---|
committer | Michal Krol <[email protected]> | 2006-09-26 16:06:35 +0000 |
commit | ea87987ddaa4d963b00dfe51af3387615dd90594 (patch) | |
tree | 44eec9301faeee2556ac96fd0752bc4a21a87472 /progs/slang/vstest.txt | |
parent | 27f660c16407d08e06fd0cc97bb247b41ae76f3b (diff) |
Prepend #extension 'MESA_shader_debug: require' to each shader.
Diffstat (limited to 'progs/slang/vstest.txt')
-rw-r--r-- | progs/slang/vstest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/slang/vstest.txt b/progs/slang/vstest.txt index b049f4206f5..7f51d0bc810 100644 --- a/progs/slang/vstest.txt +++ b/progs/slang/vstest.txt @@ -10,7 +10,7 @@ #version 110 -//#extension MESA_shader_debug: require +#extension MESA_shader_debug: require attribute vec4 Attribute1; attribute vec4 Attribute2; |