yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
fb34bafd3
master
1//TEST:SIMPLE(filecheck=CHECK): -target spirv 2 3// Test that we can diagnose an error when there is a circular include. 4 5// CHECK: error 15302: cyclic `#include` of file 6 7#include "b.slang"