https://github.com/shader-slang/slang
Raw File
Tip revision: ace9a8dc7e4353b1cf8e846abe2b8dc53ecdbc59 authored by Yong He on 25 May 2018, 14:01:34 UTC
Fixes 574. Eliminate empty structs during type legalization (#577)
Tip revision: ace9a8d
parser-using-file-a.slang.h
// this file exists to be included by "parser-using-file.slang"

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