https://github.com/shader-slang/slang
Raw File
Tip revision: b67f656ef3b41a44f4d4581a781c0958029281bd authored by Tim Foley on 04 May 2018, 20:42:57 UTC
Re-enable emission of #line directives and clean up output (#554)
Tip revision: b67f656
parser-using-file-a.slang.h
// this file exists to be included by "parser-using-file.slang"

float a(float x) { return x * x; }
back to top