Search Issue Tracker
By Design
Votes
0
Found in
2019.2
2019.2.0f1
2019.3
2020.1
Issue ID
1184416
Regression
No
ComputeBufferType.Constant is incompatible with ComputeShader
How to reproduce:
1. Open the attached project ("case_1184416-ComputeCBufferBug") using the EnvIronman VM (optional) (more information in Edit)
2. Open the repro scene ("SampleScene")
3. Enter Play Mode
4. Inspect Console
Expected results: Numbers from 1 to 8 are printed
Actual results: "0" is printed 8 times
Reproducible with: 2019.2.11f1, 2019.3.0b9, 2020.1.0a11
Couldn't test with 2017.4, 2018.4 ('ComputeBufferType' does not contain a definition for 'Constant')
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
- [HDRP] HDRP Look Dev has no button leading to the documentation
- [Android] Artifacts appear when instantiating a prefab on a PowerVR Rogue GPU device
- Skinned Mesh Renderer with enabled 'Skinned Motion Vectors' flickers when Ray Tracing with Screen Space Global Illumination is used
- [HDRP] "Show on start" checkbox is too close to the window border and is not aligned with the other elements
- RenderGraph shows incorrect values for some Depth Attachment Format and Depth Texture Format options
Resolution Note:
Use Shader.SetConstantBuffer for Constant Buffer. For more information, please read:
https://docs.unity3d.com/2019.1/Documentation/ScriptReference/ComputeBufferType.Constant.html