commit | 09c323a40ad0de489eee946bfe171d337616e09c | [log] [tgz] |
---|---|---|
author | zmo@google.com <zmo@google.com@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Fri Aug 12 18:22:25 2011 +0000 |
committer | zmo@google.com <zmo@google.com@736b8ea6-26fd-11df-bfd4-992fa37f6226> | Fri Aug 12 18:22:25 2011 +0000 |
tree | c785e9b8538c6263794b46ea0fa7e48d29c7c090 | |
parent | 6ae8f6cec5f61faa7dbd5e586028c35f2fd4c645 [diff] [blame] |
Add an option to support for GL_OES_EGL_image_external. Comes with this extension is the new sampler type samplerExternalOES. ANGLEBUG=175 TEST=compile the attached shader file Review URL: http://codereview.appspot.com/4809076 git-svn-id: https://angleproject.googlecode.com/svn/trunk@728 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/compiler/ShaderLang.cpp b/src/compiler/ShaderLang.cpp index ab8799c..65a4d9b 100644 --- a/src/compiler/ShaderLang.cpp +++ b/src/compiler/ShaderLang.cpp
@@ -104,6 +104,7 @@ // Extensions. resources->OES_standard_derivatives = 0; + resources->OES_EGL_image_external = 0; } //