https://github.com/shader-slang/slang
Raw File
Tip revision: 939be44ca23476e622dfb24a592383fe2a1da61f authored by Yong He on 26 October 2022, 15:32:24 UTC
Auto synthesis of Differential type (#2466)
Tip revision: 939be44
import-subdir-a.slang
//TEST_IGNORE_FILE:

// This is the imported code.

float foo(float x) { return x; }
back to top