Commit a6fb2e0d by Nicolas Capens

Enable the use of samplerExternalOES.

Change-Id: Iabafc06d073c99f9cc5b2c62ed83eff4862bc2cc Reviewed-on: https://swiftshader-review.googlesource.com/2684Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent 129430e1
......@@ -171,6 +171,7 @@ TranslatorASM *Shader::createCompiler(GLenum shaderType)
resources.MaxDrawBuffers = MAX_DRAW_BUFFERS;
resources.OES_standard_derivatives = 1;
resources.OES_fragment_precision_high = 1;
resources.OES_EGL_image_external = 1;
resources.MaxCallStackDepth = 16;
assembler->Init(resources);
......
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