KhronosGroup / KhronosGroup/Vulkan-ValidationLayers

Improve error message for invalid command buffer

Open
#9,239 0 comments 0 reactions 0 assignees View on GitHub
Enhancement
Dominant language
C++
Stars
1k
Forks
504
Avg merge
11h 35m
Merged PRs (30d)
224

Description

`VUID-vkQueueSubmit-pCommandBuffers-00070` sometimes gives strange messages. The issue is we funnel everything from all objects into this check. Would be nice to spend time looking at it and see how to improve the message. (We have many tests for it already to use)

Contributor guide

Open the contributing guide

Research direction

Locate the validation check for VUID-vkQueueSubmit-pCommandBuffers-00070 and review the existing tests for invalid command buffers. Identify how messages from different object types are funneled into this check, then use the existing tests to verify that the resulting messages are specific and no longer strange.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-graphics
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.