https://github.com/shader-slang/slang
Raw File
Tip revision: b7d19330c2d42937835d674758a05af3891e025b authored by Yong He on 31 August 2023, 22:02:16 UTC
Inline all RayQuery/HitObject typed functions when targeting GLSL. (#3172)
Tip revision: b7d1933
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