https://github.com/shader-slang/slang
Raw File
Tip revision: e7a83323bfc4dd698ef491375a37c65c83915951 authored by Tim Foley on 29 May 2018, 18:39:55 UTC
Fix global atomic functions (#582)
Tip revision: e7a8332
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