Commit 144f2804 by apatrick@chromium.org

Enable OES_get_program_binary.

Review URL: https://codereview.appspot.com/6349053 git-svn-id: https://angleproject.googlecode.com/svn/trunk@1216 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 6f1796f3
...@@ -3732,7 +3732,7 @@ void Context::initExtensionString() ...@@ -3732,7 +3732,7 @@ void Context::initExtensionString()
} }
mExtensionString += "GL_OES_packed_depth_stencil "; mExtensionString += "GL_OES_packed_depth_stencil ";
//mExtensionString += "GL_OES_get_program_binary "; mExtensionString += "GL_OES_get_program_binary ";
mExtensionString += "GL_OES_rgb8_rgba8 "; mExtensionString += "GL_OES_rgb8_rgba8 ";
mExtensionString += "GL_OES_standard_derivatives "; mExtensionString += "GL_OES_standard_derivatives ";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment