https://github.com/shader-slang/slang
Raw File
Tip revision: e67af5b1a3993529c702ff2924dea11fd1017d2e authored by Yong He on 02 June 2021, 23:58:25 UTC
Various Fixes to gfx, reflection and emit. (#1867)
Tip revision: e67af5b
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