Commit bf4dc156 by Jamie Madill Committed by Commit Bot

Vulkan: Enable BindUniformLocationTest.Compositor.

This was probably fixed some time ago. Possibly due to matrix uniform support. Bug: angleproject:2642 Change-Id: Ic4b9524d82e6770dcba117f5c155c413074ec172 Reviewed-on: https://chromium-review.googlesource.com/1200365Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 44558e37
......@@ -160,10 +160,6 @@ TEST_P(BindUniformLocationTest, Compositor)
{
ANGLE_SKIP_TEST_IF(!extensionEnabled("GL_CHROMIUM_bind_uniform_location"));
// TODO(lucferron): Diagnose and fix
// http://anglebug.com/2642
ANGLE_SKIP_TEST_IF(IsVulkan());
ASSERT_NE(nullptr, mBindUniformLocation);
const std::string vsSource =
......
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