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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment