https://github.com/shader-slang/slang
Raw File
Tip revision: e66d66b88e1c6ef8499708952fcbe3ba873f6e4c authored by Tim Foley on 14 June 2018, 18:56:31 UTC
Add support for "blobs" and a file-system callback (#596)
Tip revision: e66d66b
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