https://github.com/shader-slang/slang
Raw File
Tip revision: e45f8c1f49855cebe90b6722324ec24146ff5a3d authored by Tim Foley on 22 April 2020, 18:09:09 UTC
Disable OptiX tests by default. (#1331)
Tip revision: e45f8c1
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