index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
language-feature
/
modules
/
import-in-include
/
helper.slang
blob: 92c1bfb962b04e2da2e1421b6f8931439dfd7b20 (
plain
)
1
2
3
4
5
6
module helper; public int helperFunc() { return 1; }