https://github.com/shader-slang/slang
Raw File
Tip revision: c701013425265261076933d6b32f3353f61944cd authored by Yong He on 12 October 2023, 19:20:34 UTC
Add HitObject.GetWorldToObject. (#3273)
Tip revision: c701013
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