diff options
Diffstat (limited to 'tools/render-test/options.h')
| -rw-r--r-- | tools/render-test/options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h index e3b19c272..5a46c4000 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -71,6 +71,10 @@ struct Options bool dontAddDefaultEntryPoints = false; + bool allowGLSL = false; + + Slang::String entryPointName; + Slang::List<Slang::String> renderFeatures; /// Required render features for this test to run uint32_t computeDispatchSize[3] = { 1, 1, 1 }; |
