https://github.com/shader-slang/slang
Raw File
Tip revision: d8150e70612b58fb1cfefa262d3d862a6e6e79ba authored by Tim Foley on 15 March 2021, 16:27:48 UTC
Fix handling of RT accelerations structures for non-RT stages (#1753)
Tip revision: d8150e7
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