https://github.com/shader-slang/slang
Raw File
Tip revision: 3d313d963f29f6ca6a8d12bd5c403a70c49aca2a authored by Tim Foley on 18 July 2017, 20:32:56 UTC
Merge pull request #118 from tfoleyNV/falcor-shadow-fixes
Tip revision: 3d313d9
import-exported-a.slang
//TEST_IGNORE_FILE:

// This file imports other code, and re-exports it to clients of this module.

__exported __import import_exported_b;
back to top