https://github.com/shader-slang/slang
Raw File
Tip revision: bb4a2ac62f59fd0cd2f597207bbfa93e07f7525b authored by Robert Stepinski on 17 October 2019, 21:22:46 UTC
Enable spriv-opt on spirv (#1076)
Tip revision: bb4a2ac
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