Commit 35d315c3 by Geoff Lang

Disable UNIMPLEMENTED in ProgramGL::validateSamplers.

Removing this allows many angle end2end tests to run without hitting any UNIMPLEMENTEDs. BUG=angleproject:882 Change-Id: Idb55fae7b6fc7b23bc85d0bf376499f28669d771 Reviewed-on: https://chromium-review.googlesource.com/263250Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 61a5b338
...@@ -336,7 +336,7 @@ void ProgramGL::updateSamplerMapping() ...@@ -336,7 +336,7 @@ void ProgramGL::updateSamplerMapping()
bool ProgramGL::validateSamplers(gl::InfoLog *infoLog, const gl::Caps &caps) bool ProgramGL::validateSamplers(gl::InfoLog *infoLog, const gl::Caps &caps)
{ {
UNIMPLEMENTED(); //UNIMPLEMENTED();
return true; return true;
} }
......
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