https://github.com/shader-slang/slang
Raw File
Tip revision: 56e49feea3956d66e41b819c26628c65b3c28197 authored by Tim Foley on 22 November 2017, 19:28:29 UTC
Fix emitting of loop attributes for HLSL pass-through (#296)
Tip revision: 56e49fe
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