diff options
Diffstat (limited to 'tools/render-test/options.cpp')
| -rw-r--r-- | tools/render-test/options.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/render-test/options.cpp b/tools/render-test/options.cpp index 797439cfa..100c353e0 100644 --- a/tools/render-test/options.cpp +++ b/tools/render-test/options.cpp @@ -250,6 +250,10 @@ static SlangResult _setRendererType(RendererType type, const char* arg, Slang::W outOptions.nvapiExtnSlot = (*argCursor++); } + else if (strcmp(arg, "-shaderobj") == 0) + { + outOptions.useShaderObjects = true; + } else { // Lookup |
