summaryrefslogtreecommitdiffstats
path: root/source/compiler-core/slang-include-system.cpp
Commit message (Collapse)AuthorAge
* FXC as DownstreamCompiler (#1844)jsmall-nvidia2021-05-14
* #include an absolute path didn't work - because paths were taken to always be relative. * WIP Fxc as downstream compiler. * First pass FXC downstream compiler working. * GCC compile fix. * Fix FXC parsing issue. * Special case filesystem access. * Use StringUtil getSlice. * Fix isses with not emitting source for FXC. * Small fixes for DXBC handling.