summaryrefslogtreecommitdiffstats
path: root/tools/render-test/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/render-test/options.h')
-rw-r--r--tools/render-test/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/render-test/options.h b/tools/render-test/options.h
index d311568d4..ddb903a4a 100644
--- a/tools/render-test/options.h
+++ b/tools/render-test/options.h
@@ -75,7 +75,7 @@ struct Options
uint32_t computeDispatchSize[3] = { 1, 1, 1 };
- Slang::String nvapiRegister; ///< The nvapiRegister to use.
+ Slang::String nvapiExtnSlot; ///< The nvapiRegister to use.
static SlangResult parse(int argc, const char*const* argv, Slang::WriterHelper stdError, Options& outOptions);
};