https://github.com/shader-slang/slang
Raw File
Tip revision: 8abdf2dddd10feb9794c86cdf6b2159a2b6383e4 authored by Tim Foley on 10 July 2017, 16:49:46 UTC
Merge pull request #65 from tfoleyNV/falcor-work
Tip revision: 8abdf2d
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