Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.1.0f2
Issue ID
1067483
Regression
No
Compute Shader Compiler disregards integer bounds
Reproduction steps:
1. Open "MinimalRepro.zip" project
2. Select "HLSLCCTest" in the Project window
3. "Show compiled code" in the Inspector window
4. Look at line 24
Expected Result: The output should be within the bounds
Actual Result: The output is '0' (Out of Bounds)
Reproduced with: 2019.1.0a6, 2018.3.0b6, 2018.2.13f1, 2018.1.9f2, 2017.4.13f1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note (2019.1.X):
Microsoft's FXC compiler issue which they are unlikely to fix as they no longer support it. They use FXC compiler for HLSL, which will eventually be replaced by DXC. The time frame of this is unknown.