https://github.com/shader-slang/slang
Raw File
Tip revision: 6101e483ae8ea9e10db2b5a9423af3cc7fafb710 authored by Tim Foley on 12 July 2017, 18:30:43 UTC
Merge pull request #79 from tfoleyNV/sample-rate-reflection
Tip revision: 6101e48
missing-file.slang.disabled
// trying to import a non-existant file

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