https://github.com/shader-slang/slang
Raw File
Tip revision: d24eaa5f035e23a49ce71daaee951d8e24c56a99 authored by Tim Foley on 10 July 2017, 21:20:25 UTC
Merge pull request #68 from tfoleyNV/static-bug-fix
Tip revision: d24eaa5
missing-include-file.slang
//TEST:SIMPLE:
// trying to include a non-existant file

#include "does-not-exist.h"
back to top