yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

16-Bit-DogAddition of `Load`/`Store` coherent operations (#8395)1e0908bd7

master
411 B13 linesraw
1//TEST:COMPILE: tests/ir/dump-module-info.slang -o tests/ir/dump-module-info.slang-module 
2
3//TEST:SIMPLE(filecheck=CHECK): -get-module-info tests/ir/dump-module-info.slang-module
4
5module "foo";
6
7// CHECK: Module Name: foo
8// This will need bumping whenever we bump the ir module version
9// CHECK: Module Version: 2
10// Just check that this is in the output with some string
11// CHECK: Compiler Version: {{.+}}
12
13