https://github.com/shader-slang/slang
Raw File
Tip revision: 0a6926003fd2300858e3089fe82f421543852395 authored by Yong He on 28 March 2023, 06:00:42 UTC
Translate all composed types into tuple types in pyBind. (#2744)
Tip revision: 0a69260
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