summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/TestShaderResourceLayout.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-11-01 03:47:52 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-11-01 03:47:52 +0000
commit2cb5759e228da57aa4820f7350ebe2dac18783cc (patch)
tree19a785d92e724eed3ce6b0d5627c47ec19bac8ce /Tests/TestApp/src/TestShaderResourceLayout.cpp
parentUpdated core (implemented proper mapping of HLSL vertex shader inputs to loca... (diff)
downloadDiligentEngine-2cb5759e228da57aa4820f7350ebe2dac18783cc.tar.gz
DiligentEngine-2cb5759e228da57aa4820f7350ebe2dac18783cc.zip
Updated Core & Samples; updated readme (added minimal cmake example - fixed https://github.com/DiligentGraphics/DiligentEngine/issues/19)
Diffstat (limited to 'Tests/TestApp/src/TestShaderResourceLayout.cpp')
-rw-r--r--Tests/TestApp/src/TestShaderResourceLayout.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}