https://github.com/shader-slang/slang
Raw File
Tip revision: 0a6926003fd2300858e3089fe82f421543852395 authored by Yong He on 28 March 2023, 06:00:42 UTC
Translate all composed types into tuple types in pyBind. (#2744)
Tip revision: 0a69260
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