diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-05-11 08:13:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-11 08:13:25 +0000 |
| commit | b46c342f47b61119a0dc517ce6eb75eab3398504 (patch) | |
| tree | b298a229eaca41fd8ea37461f774788f005f9c12 /tools/render-test/options.h | |
| parent | 7cd502256dde2fc32a1dd77462a69b6f8e84c288 (diff) | |
Add a new option "-capability" to slang-test and render-test (#7054)
Diffstat (limited to 'tools/render-test/options.h')
| -rw-r--r-- | tools/render-test/options.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<Slang::String> capabilities; + Options() { downstreamArgs.addName("slang"); } static SlangResult parse( |
