https://github.com/shader-slang/slang
Raw File
Tip revision: 1716208fb62a7f0a8bbe55e597b582066cb51731 authored by Tim Foley on 27 June 2017, 16:36:19 UTC
Merge pull request #45 from tfoleyNV/emit-imported-parameters
Tip revision: 1716208
missing-file.slang.disabled
// trying to import a non-existant file

using "does-not-exist.slang"
back to top