commit | d2d340b0da87296b1ec04799ef4c811966bfb7ae | [log] [tgz] |
---|---|---|
author | Zhenyao Mo <zmo@chromium.org> | Mon Sep 23 14:57:05 2013 -0400 |
committer | Jamie Madill <jmadill@chromium.org> | Tue Sep 24 15:13:05 2013 -0400 |
tree | 86ddbbe0b1a0034b43eeebcf4677f5d1b4c9018e | |
parent | fa3c346fe9d832b163cfcff29bba5965bcaff08e [diff] [blame] |
Add static_use to shader variable info query. BUG=249018 ANGLEBUG=465 R=kbr@chromium.org Review URL: https://codereview.appspot.com/13158043
diff --git a/src/compiler/Compiler.cpp b/src/compiler/Compiler.cpp index 90065a6..0a91f9b 100644 --- a/src/compiler/Compiler.cpp +++ b/src/compiler/Compiler.cpp
@@ -281,6 +281,7 @@ attribs.clear(); uniforms.clear(); + varyings.clear(); builtInFunctionEmulator.Cleanup();