From 2cb5759e228da57aa4820f7350ebe2dac18783cc Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 31 Oct 2018 20:47:52 -0700 Subject: Updated Core & Samples; updated readme (added minimal cmake example - fixed https://github.com/DiligentGraphics/DiligentEngine/issues/19) --- Tests/TestApp/src/TestShaderResourceLayout.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Tests/TestApp/src/TestShaderResourceLayout.cpp') diff --git a/Tests/TestApp/src/TestShaderResourceLayout.cpp b/Tests/TestApp/src/TestShaderResourceLayout.cpp index 37f958a..a92c4e7 100644 --- a/Tests/TestApp/src/TestShaderResourceLayout.cpp +++ b/Tests/TestApp/src/TestShaderResourceLayout.cpp @@ -36,6 +36,7 @@ TestShaderResourceLayout::TestShaderResourceLayout( IRenderDevice *pDevice, IDev { if (pDevice->GetDeviceCaps().DevType != DeviceType::Vulkan) { + SetStatus(TestResult::Skipped); return; } -- cgit v1.2.3