https://github.com/shader-slang/slang
Raw File
Tip revision: 394983d61efa2bf99ba96aa68a47df8927a8a634 authored by Tim Foley on 23 January 2020, 20:24:13 UTC
Fix a bug in handling explicit register space bindings (#1175)
Tip revision: 394983d
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