https://github.com/shader-slang/slang
Raw File
Tip revision: 4fa0111bb35f260a06527f52f71552041827c7df authored by jsmall-nvidia on 22 June 2018, 19:06:41 UTC
Feature/com helper (#605)
Tip revision: 4fa0111
include-a.slang.h
// #include support

int bar() { return foo(); }
back to top