summaryrefslogtreecommitdiff
path: root/tools/unit-test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/unit-test')
-rw-r--r--tools/unit-test/slang-unit-test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/unit-test/slang-unit-test.h b/tools/unit-test/slang-unit-test.h
index 8f0f0a445..49cb5d8d7 100644
--- a/tools/unit-test/slang-unit-test.h
+++ b/tools/unit-test/slang-unit-test.h
@@ -43,6 +43,7 @@ struct UnitTestContext
const char* workDirectory;
const char* executableDirectory;
Slang::RenderApiFlags enabledApis;
+ bool enableDebugLayers;
};
typedef void (*UnitTestFunc)(UnitTestContext*);