https://github.com/shader-slang/slang
Raw File
Tip revision: 4fb3b10b81cf8c976ebd1ebb7fcde7708f022957 authored by Yong He on 29 November 2023, 19:29:14 UTC
Improve generic type argument inference. (#3370)
Tip revision: 4fb3b10
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