diff options
Diffstat (limited to 'tools/slangc-test/multiple-source-files/source1.slang')
| -rw-r--r-- | tools/slangc-test/multiple-source-files/source1.slang | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/slangc-test/multiple-source-files/source1.slang b/tools/slangc-test/multiple-source-files/source1.slang new file mode 100644 index 000000000..22a561de2 --- /dev/null +++ b/tools/slangc-test/multiple-source-files/source1.slang @@ -0,0 +1,6 @@ +module source1; + +import A; + +[shader("compute")] +void computeMain1() { int a = test(); }
\ No newline at end of file |
