https://github.com/shader-slang/slang
Raw File
Tip revision: 3b4a50d74059a26af2ed8c37fb2042f33ba7cf2c authored by Yong He on 13 April 2023, 17:34:08 UTC
Fix scalar swizzle write. (#2801)
Tip revision: 3b4a50d
include-a.slang.h
// #include support

int bar() { return foo(); }
back to top