Search Issue Tracker
Fixed
Fixed in 2022.3.65f1, 6000.0.55f1, 6000.1.14f1, 6000.2.0a10
Votes
0
Found in
2022.3.50f1
6000.0.43f1
6000.1.0b11
6000.2.0a7
Issue ID
UUM-100540
Regression
Yes
[URP][Vulkan] vkCmdBeginRenderPass is called twice with the same FrameBuffer
Reproduction steps:
1. Open the attached “IN-96970_testurp2022“ project
2. Click File > Build Settings
3. In the Build Settings window, enable “Development build“
4. Build the Player
5. Launch the Player using RenderDoc and capture a frame
6. In frame, under “FrameTime.GPU/UniversalRenderPipeline.RenderSingleCameraInternal: Main Camera/ScriptableRenderer.Execute: URP-Balanced-Renderer/DrawOpaqueObjects“, observe “vkCmdBeginRenderPass” events
7. Check the FrameBuffer number of the “vkCmdBeginRenderPass” events
Expected results: “vkCmdBeginRenderPass” is called twice with different FrameBuffer
Actual results: “vkCmdBeginRenderPass” is called twice for the same FrameBuffer
Reproduced with: 2022.2.0a12, 2022.3.50f1, 6000.0.43f1, 6000.1.0b11, 6000.2.0a7
Not reproduced with: 2022.2.0a11
Reproduced on: Windows 11
Not reproduced on: no other environment tested
Notes:
* Not clear where the regression started:
** 2022.2.0a7 did have a second “vkCmdBeginRenderPass” event
** 2022.2.0a8 did not have a second “vkCmdBeginRenderPass“ call
** 2022.2.0a11 was the last version where there was no second “vkCmdBeginRenderPass” call
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- “UnityException: GetInvalidFilenameChars” errors are thrown, and the Overlay Save Preset button becomes unusable when entering Play Mode with a shortcut while Overlay Save Preset window is opened
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
Add comment