https://github.com/shader-slang/slang
Raw File
Tip revision: 167300eef147f3008876516a6464196458518ccc authored by Yong He on 11 February 2022, 20:56:17 UTC
gfx: Various Vulkan fixes. (#2129)
Tip revision: 167300e
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