From b46c342f47b61119a0dc517ce6eb75eab3398504 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Sun, 11 May 2025 08:13:25 +0000 Subject: Add a new option "-capability" to slang-test and render-test (#7054) --- tools/render-test/options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/render-test/options.h') diff --git a/tools/render-test/options.h b/tools/render-test/options.h index 4c7e6faa1..ff938e8c4 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -95,6 +95,8 @@ struct Options bool skipSPIRVValidation = false; + Slang::List capabilities; + Options() { downstreamArgs.addName("slang"); } static SlangResult parse( -- cgit v1.2.3