diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2019-03-12 16:37:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-12 16:37:59 -0400 |
| commit | 2ca792cd01348ad2c849b450d3e397c036578245 (patch) | |
| tree | 041129cdfb66f2b7900a41a341325c653351ac29 /tools/render-test/options.h | |
| parent | 3cfccfd4991df01deaf132f11b4eaa6848a32c4e (diff) | |
Add -profile option to render-test to override a profile to use (#898)
Diffstat (limited to 'tools/render-test/options.h')
| -rw-r--r-- | tools/render-test/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h index 4f0f900b1..6c1482ab4 100644 --- a/tools/render-test/options.h +++ b/tools/render-test/options.h @@ -48,6 +48,9 @@ struct Options RendererType rendererType = RendererType::Unknown; InputLanguageID inputLanguageID = InputLanguageID::Slang; + /// Can be used for overriding the profile + const char* profileName = nullptr; + char const* slangArgs[kMaxSlangArgs]; int slangArgCount = 0; |
