https://github.com/shader-slang/slang
Raw File
Tip revision: b8478a457b7d26d497109d9a0a992dbc198eb47a authored by Tim Foley on 20 July 2017, 17:13:54 UTC
Merge pull request #129 from tfoleyNV/single-pass-stereo-ext
Tip revision: b8478a4
parser-using-file-a.slang.h
// this file exists to be included by "parser-using-file.spire"

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