diff options
| author | cheneym2 <acheney@nvidia.com> | 2024-10-04 10:20:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-04 10:20:57 -0400 |
| commit | f521c2002e6b664944c6c39bab767dca1802887a (patch) | |
| tree | 7fb24ff7940a4cdee91f661e607278b4ba530944 /tests | |
| parent | 25c17b9fcbf7a21e9fa19c4a8f08b0406437be24 (diff) | |
Add interfaces for retrieving separate linkable downstream binaries (#5128)
* Implement separate downstream library interface
Create a new com interface to house the methods for
precompiling slang modules to target code.
Add methods to count dependent modules and scrape
them for downstream target binaries such that the
downstream target binaries are linkabe outside
of slang, e.g. via spirv-link or dxc.
Fixes #5147
* Rename to _Experimental
Clearly identify this as an interface subject to change.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/library/linked.spirv | bin | 0 -> 816 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/library/linked.spirv b/tests/library/linked.spirv Binary files differnew file mode 100644 index 000000000..7ea385e71 --- /dev/null +++ b/tests/library/linked.spirv |
