diff options
Diffstat (limited to 'tools/render-test/options.h')
| -rw-r--r-- | tools/render-test/options.h | 2 |
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); }; |
