https://github.com/shader-slang/slang
Raw File
Tip revision: a08a3140716b89146bf0a22dc014c5470e90e910 authored by Tim Foley on 22 January 2019, 22:57:25 UTC
Clean up variable declaration class hierarchy (#787)
Tip revision: a08a314
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