https://github.com/shader-slang/slang
Raw File
Tip revision: e5cc4660c634a0dd35a9813e03192d380f253332 authored by Tim Foley on 29 November 2018, 15:48:38 UTC
Fix uses of dynamic_cast on types in reflection API (#731)
Tip revision: e5cc466
include-a.slang.h
// #include support

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