https://github.com/shader-slang/slang
Raw File
Tip revision: eda82cbfb92d45fbbff8dfd990798605d277608a authored by Tim Foley on 24 January 2019, 19:31:35 UTC
Fix a regression in geometry shader cross-compilation (#794)
Tip revision: eda82cb
missing-include-file.slang
//TEST:SIMPLE:
// trying to include a non-existant file

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