How to reproduce:
1. Open the “ShaderCompilationError.zip” project
2. Click on Tools > ExecuteComputeShaderError in the Toolbar
3. Observe the Console
Expected result: No errors are thrown
Actual result: “GLSL compilation failed for shader TestComputeShader.CSMain_0“ error is thrown
Reproducible in: 2022.1.0a1, 2022.3.60f1, 6000.0.43f1, 6000.1.0b11, 6000.2.0a7
Reproduced on: Windows 11 Pro (24H2)
Not reproduced on: No other environment tested
Notes:
- Not reproducible in DX11, DX12, Vulkan
- The user believes the issue is caused by int number being converted to a uint number in StructuredBuffer<int>