From f521c2002e6b664944c6c39bab767dca1802887a Mon Sep 17 00:00:00 2001 From: cheneym2 Date: Fri, 4 Oct 2024 10:20:57 -0400 Subject: 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. --- tests/library/linked.spirv | Bin 0 -> 816 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/library/linked.spirv (limited to 'tests/library') diff --git a/tests/library/linked.spirv b/tests/library/linked.spirv new file mode 100644 index 000000000..7ea385e71 Binary files /dev/null and b/tests/library/linked.spirv differ -- cgit v1.2.3