diff options
| author | jsmall-nvidia <jsmall@nvidia.com> | 2020-08-19 15:51:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-19 12:51:43 -0700 |
| commit | b5a4161a801a573179b1f552e5c53748d2667b03 (patch) | |
| tree | 4b63bc7274ac060054ab239da4f75aa7233bbddf /source/core/slang-test-tool-util.h | |
| parent | 2fffbc5ff0727482c6ab7d66f6d852701adb277b (diff) | |
Remove IncludeHandler. (#1505)
nvAPI -> NVAPI
nvAPIPath -> nvapiPath
DxcIncludeHandler don't reference count.
nv-api-path -> nvapi-path
Co-authored-by: Tim Foley <tfoleyNV@users.noreply.github.com>
Diffstat (limited to 'source/core/slang-test-tool-util.h')
| -rw-r--r-- | source/core/slang-test-tool-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/slang-test-tool-util.h b/source/core/slang-test-tool-util.h index 43bd49c9d..9aa34bd0e 100644 --- a/source/core/slang-test-tool-util.h +++ b/source/core/slang-test-tool-util.h @@ -39,7 +39,7 @@ struct TestToolUtil struct PreludeInfo { const char* exePath = nullptr; - const char* nvAPIPath = nullptr; + const char* nvapiPath = nullptr; }; typedef SlangResult(*InnerMainFunc)(Slang::StdWriters* stdWriters, SlangSession* session, int argc, const char*const* argv); |
