Skip to content

Commit

Permalink
[Graphics] Vulkan Tests: disable some tests because compute shaders a…
Browse files Browse the repository at this point in the history
…re not supported yet
  • Loading branch information
xen2 committed Jun 15, 2020
1 parent 0e332a4 commit 19085cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ protected override void Draw(GameTime gameTime)
public void RunImageLoad()
{
IgnoreGraphicPlatform(GraphicsPlatform.OpenGLES);
IgnoreGraphicPlatform(GraphicsPlatform.Vulkan);

RunGameTest(new TestHammersley());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ private void CreateBufferData()
public void RunTestPass2()
{
IgnoreGraphicPlatform(GraphicsPlatform.OpenGLES);
IgnoreGraphicPlatform(GraphicsPlatform.Vulkan);

RunGameTest(new TestLambertPrefilteringSHPass2());
}
Expand Down

0 comments on commit 19085cb

Please sign in to comment.