https://github.com/shader-slang/slang
Raw File
Tip revision: 3c92fedbb73f76f3418630069c880bdc8aedccb4 authored by Tim Foley on 10 July 2017, 17:58:47 UTC
Merge pull request #66 from tfoleyNV/falcor-work
Tip revision: 3c92fed
import-exported-b.slang
//TEST_IGNORE_FILE:

// This file defines the code that will be (transitively) imported into `import-exported.slang`

float foo(float x) { return x; }
back to top