https://github.com/shader-slang/slang
Raw File
Tip revision: b1317cd16ab9c827596a28ccf4258ef1bb672d92 authored by Tim Foley on 09 March 2020, 16:02:36 UTC
Yet more definitions moved into the stdlib (#1263)
Tip revision: b1317cd
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