Search Issue Tracker
By Design
Votes
1
Found in
2017.1.0f3
Issue ID
948432
Regression
No
[ComputeShader] Invalid buffer count while Dispatching Indirectly
Reproduction steps:
1. Open "IndirectBug.zip" project
2. Open "TestScene" scene
3. Enter Play Mode
4. See "Pre Count" and "Post Count" Console Output: (8:0) and (0:7)
5. Exit Play Mode
6. Select "TestObject" -> "Test Script" -> Tick "Indirect"
7. Enter Play Mode
8. See "Pre Count" and "Post Count" Console Output: (8:0) and (8:0)
Expected Result: The Output should be the same if Dispatching Directly or Indirectly
Actual Result: Dispatching Indirectly outputs incorrect numbers
Reproduced with: 2017.3.0b1, 2017.2.0f1, 2017.1.1p3, 5.6.3p4, 5.5.4p5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment