https://github.com/shader-slang/slang
Raw File
Tip revision: e710fac2fcc2228d08ba867df13a9dcd9322894a authored by Yong He on 28 September 2023, 05:39:22 UTC
Fix a bug in `canInstHaveSideEffectAtAddress`. (#3246)
Tip revision: e710fac
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