yum-mirror/slang

Making it easier to work with shaders

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

CopilotFix #pragma warning not working with multifile modules (#7942)301ffb194

master
161 B9 linesraw
1//TEST:SIMPLE(filecheck=CHECK):
2
3module nested_pragma_test;
4
5#pragma warning(disable: 30856)
6
7__include "nested-pragma-impl1.slang";
8
9// CHECK-NOT: warning 30856