https://github.com/shader-slang/slang
Revision 7e93e8164c74f61b61ea66f215304abdf453965b authored by jsmall-nvidia on 02 June 2021, 17:44:04 UTC, committed by GitHub on 02 June 2021, 17:44:04 UTC
* #include an absolute path didn't work - because paths were taken to always be relative.

* Move logic to determine how to load a downstream shared library to DownstreamCompilerUtil::loadSharedLibrary.
Handle if the given path is directory or a file.

* Improve comment.

* Special handling for a downstream compiler loading SharedLibrary detection - take into account filename may be different.

* Handle cases if path is set but paths can't be determined.

* Fix typo.

Co-authored-by: T. Foley <tfoleyNV@users.noreply.github.com>
1 parent b699a36
History
Tip revision: 7e93e8164c74f61b61ea66f215304abdf453965b authored by jsmall-nvidia on 02 June 2021, 17:44:04 UTC
Downstream compiler location fix. (#1866)
Tip revision: 7e93e81
File Mode Size
slang-reflection-test-main.cpp -rw-r--r-- 37.2 KB

back to top