Search Issue Tracker
Fixed
Fixed in 2022.3.3f1, 2023.1.1f1, 2023.2.0a17
Votes
1
Found in
2022.2.20f1
2023.1.0b17
2023.2.0a14
Issue ID
UUM-35950
Regression
No
[Vulkan] VVL error-01913 for mismatched debug markers
Nes Vulkan Validation Layer error 01913 has exposed that sometimes we try recording a debug marker that should span multiple command buffers. That is OK for primary command buffers but not for secondary command buffers.
How to reproduce:
# Install latest Vulkan SDK: [https://www.lunarg.com/vulkan-sdk/]
# Launch any unity project and switch to Vulkan Graphics API in the editor (e.g. URP 3D Core)
# Launch unity editor again with `--force-vulkan-layers` CLI params
# Observe many VVL errors in console (VUID-vkCmdEndDebugUtilsLabelEXT-commandBuffer-01913)
Reproducible with: 2022.2.22f1, 2023.1, 2023.2.0a14
Not Reproducible with: 2020.3, 2021.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Add comment