summaryrefslogtreecommitdiffstats
path: root/tools/render-test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test')
-rw-r--r--tools/render-test/slang-support.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/render-test/slang-support.cpp b/tools/render-test/slang-support.cpp
index 9a7c13d7a..37c9b1036 100644
--- a/tools/render-test/slang-support.cpp
+++ b/tools/render-test/slang-support.cpp
@@ -158,6 +158,7 @@ static const char computeEntryPointName[] = "computeMain";
SLANG_RETURN_ON_FAIL(res);
// We are going to get the entry point count... lets check what we have
+ if (input.passThrough == SLANG_PASS_THROUGH_NONE)
{
auto reflection = spGetReflection(slangRequest);
// Get the amount of entry points in reflection