summaryrefslogtreecommitdiffstats
path: root/tools/gfx-unit-test/root-shader-parameter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gfx-unit-test/root-shader-parameter.cpp')
-rw-r--r--tools/gfx-unit-test/root-shader-parameter.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/gfx-unit-test/root-shader-parameter.cpp b/tools/gfx-unit-test/root-shader-parameter.cpp
index b13935c11..1a7be91c4 100644
--- a/tools/gfx-unit-test/root-shader-parameter.cpp
+++ b/tools/gfx-unit-test/root-shader-parameter.cpp
@@ -131,4 +131,9 @@ namespace gfx_test
{
runTestImpl(rootShaderParameterTestImpl, unitTestContext, Slang::RenderApiFlag::D3D12);
}
+
+ SLANG_UNIT_TEST(rootShaderParameterVulkan)
+ {
+ runTestImpl(rootShaderParameterTestImpl, unitTestContext, Slang::RenderApiFlag::Vulkan);
+ }
}