Commit fd092e85 by Ian Elliott Committed by Commit Bot

Vulkan: Point end2end failure at correct bug

The ComputeShaderTest.BindImageTextureWithOneLayerTexture3D/ES3_1_Vulkan test is failing because of the previously-reported angleproject:3886. Switching the comment to so indicate. Bug: angleproject:3188 Bug: angleproject:3886 Change-Id: Ib62316dcf3935f96bdcab701e8fdb6042a1ab859 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1834837Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Reviewed-by: 's avatarCourtney Goeltzenleuchter <courtneygo@google.com> Commit-Queue: Ian Elliott <ianelliott@google.com>
parent bc49abad
...@@ -1415,7 +1415,7 @@ void main() ...@@ -1415,7 +1415,7 @@ void main()
TEST_P(ComputeShaderTest, BindImageTextureWithOneLayerTexture3D) TEST_P(ComputeShaderTest, BindImageTextureWithOneLayerTexture3D)
{ {
// Vulkan validation error creating a 2D image view of a 3D image layer. // Vulkan validation error creating a 2D image view of a 3D image layer.
// http://anglebug.com/3188 // http://anglebug.com/3886
ANGLE_SKIP_TEST_IF(IsVulkan()); ANGLE_SKIP_TEST_IF(IsVulkan());
GLTexture texture[2]; GLTexture texture[2];
......
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