https://github.com/shader-slang/slang
Raw File
Tip revision: e884b153f8c29438b818d9930b8342e5ac8f829f authored by Yong He on 18 September 2023, 18:46:53 UTC
Fix highlighting of generic types without argument. (#3208)
Tip revision: e884b15
include-a.slang.h
// #include support

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