https://github.com/shader-slang/slang
Raw File
Tip revision: 9c11a87f8f811a9a110d73a24ab93443ea347506 authored by Yong He on 01 September 2023, 08:25:31 UTC
Fix GLSL code gen around RayQuery and HitObject types. (#3173)
Tip revision: 9c11a87
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