https://github.com/shader-slang/slang
Raw File
Tip revision: 6992d0e3eb7eab04f05da99adcf437cfdbfbbb79 authored by Tim Foley on 21 July 2017, 19:31:18 UTC
Merge pull request #134 from tfoleyNV/gh-133
Tip revision: 6992d0e
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