https://github.com/shader-slang/slang
Raw File
Tip revision: c3c1b56ae693ed23804544e929a3447bc921edf6 authored by Yong He on 02 June 2023, 22:31:03 UTC
Fix generic param inference through TypeCastIntVal. (#2916)
Tip revision: c3c1b56
import-exported-a.slang
//TEST_IGNORE_FILE:

// This file imports other code, and re-exports it to clients of this module.

__exported __import import_exported_b;
back to top