Search Issue Tracker
Fixed in 2022.2.X
Votes
1
Found in
2019.4
2021.2
2021.2.14f1
2022.1
2022.2
Issue ID
1417232
Regression
No
[Android] Compiled GLSL compute shader fails uint cast
Reproduction steps:
1. Open the project "ReproShaderGLESBug"
2. Connect an Android device
3. Open Terminal or Command Prompt and type in "adb logcat"
4. Build and Run on Android
5. Search for the term "SimpleUintIntRepro" in the Terminal (Cmd+F/Ctrl+F)
Expected result: The line "SimpleUintIntRepro.compute: Kernel at index (0) is invalid" is NOT printed
Actual result: The line "SimpleUintIntRepro.compute: Kernel at index (0) is invalid" is printed
Reproducible with: 2019.4.38f1, 2021.2.19f1, 2022.1.0b16, 2022.2.0a10
Could not test with: 2020.3.33f1 (App crashes on build)
Notes:
-RWStructuredBuffer<int> is cast to uint, likely causing the bug (SimpleUintIntRepro.compute lines 9-10)
-2019.4.38f1 getting "Info AdrenoGLES ERROR: 0:56: 'assign' : cannot convert from 'int' to 'uint'" in Unity Logcat
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
- [Discussions] "NativePassData.GraphPasses()" has GC Alloc of ~256 B when using Render Pass
- Setting Shader Graph to Surface Type "Transparency" and Render Face "Both" breaks the preview
- Warning "Unknown pseudo class "multiline"" is logged when the Animator is loaded or in use after picking Motion in a States Inspector
- Deleting the property in the Blackboard and then creating the different type property with the same name throws an error
- Selector gets stuck in UI if scroll is used while dragging
Resolution Note (fix version 2022.2):
Fixed in 2022.2.0a14