yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
cdfea42f1
master
1result code = 0 2standard error = { 3tests/diagnostics/gh-38-fs.hlsl(5): warning 39001: explicit binding for parameter 'overlappingB' overlaps with parameter 'overlappingA' 4Texture2D overlappingB : register(t0); 5 ^~~~~~~~~~~~ 6tests/diagnostics/gh-38-vs.hlsl(5): note: see declaration of 'overlappingA' 7Texture2D overlappingA : register(t0); 8 ^~~~~~~~~~~~ 9} 10standard output = { 11}