https://github.com/shader-slang/slang
Raw File
Tip revision: 1e5ec5ca8c73e91c63b787e69c7286728f510b5e authored by jsmall-nvidia on 04 December 2019, 18:49:26 UTC
Setting downstream compiler (#1144)
Tip revision: 1e5ec5c
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