Commit fda46aa5 by Jamie Madill Committed by Commit Bot

Vulkan: Enable GLSLTest.ScopedStructsOrderBug.

This was fixed upstream in glslang. Bug: None Change-Id: I21751dba101fe39f94c91de6e73853ee9ad8c8f2 Reviewed-on: https://chromium-review.googlesource.com/1200366Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent bf4dc156
......@@ -534,11 +534,6 @@ TEST_P(GLSLTest, ScopedStructsOrderBug)
// (http://anglebug.com/1291)
ANGLE_SKIP_TEST_IF(IsDesktopOpenGL() && (IsOSX() || !IsNVIDIA()));
// TODO(lucferron): Support for inner scoped structs being redeclared in inner scopes
// This bug in glslang is preventing us from supporting this use case for now.
// https://github.com/KhronosGroup/glslang/issues/1358
ANGLE_SKIP_TEST_IF(IsVulkan());
const std::string fragmentShaderSource =
R"(precision mediump float;
......
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