summaryrefslogtreecommitdiffstats
path: root/tools/render-test/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/options.cpp')
-rw-r--r--tools/render-test/options.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/render-test/options.cpp b/tools/render-test/options.cpp
index fa32bb9c0..b5d75adf2 100644
--- a/tools/render-test/options.cpp
+++ b/tools/render-test/options.cpp
@@ -253,7 +253,9 @@ static SlangResult _setRendererType(DeviceType type, const char* arg, Slang::Wri
}
else if (strcmp(arg, "-shaderobj") == 0)
{
- outOptions.useShaderObjects = true;
+ // Note: We ignore this option because it is always enabled now.
+ //
+ // TODO: At some point we could warn/error and deprecate this option.
}
else
{