https://github.com/shader-slang/slang
Raw File
Tip revision: 28ca4dc60aecc0acda8b364d0553a72d2e6c7964 authored by Tim Foley on 11 October 2017, 23:05:09 UTC
Fixup: re-enable exception guard (#208)
Tip revision: 28ca4dc
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