Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2018.4.X, 2019.2.X
Votes
0
Found in
2019.1.0b9
Issue ID
1141239
Regression
No
[Vulkan] Inefficient memory barriers (vkCmdCopyBufferToImage)
Steps to reproduce:
1. Open attached project
2. Open SampleScene
3. Build & Run to an Android device
4. Take a RenderDoc capture
5. Observe that behavior occurs in this sequence:
- Barrier VERTEX | FRAGMENT | COMPUTE -> TRANSFER
- vkCmdCopyBufferToImage
- Barrier TRANSFER -> VERTEX | FRAGMENT | COMPUTE
Expected result: the barriers should not force fragment shading to be complete before any vertex shading
Reproduced in: 2019.1.0b9
Fixed in: 2019.3.0a1
Devices under test:
VLNQA00218, Samsung Galaxy Note9 (SM-N960U), Android 8.1.0, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
VLNQA00010, Samsung Galaxy S8 (SM-G950U), Android 7.0, CPU: Snapdragon 835 MSM8998, GPU: Adreno (TM) 540
VLNQA00261, Samsung Galaxy S10+ (SM-G975U), Android 9, CPU: Snapdragon 855 SM8150, GPU: Adreno (TM) 640
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