KhronosGroup / KhronosGroup/Vulkan-Tools
vkcube --force_crash
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 493
- Forks
- 202
- Avg merge
- 1h 37m
- Merged PRs (30d)
- 4
Description
vkcube has a --force_errors command line argument that allows to quickly check the validation layer is working.
For the crash diagnostic layer, we don't have an equivalent way to check everything is setup properly.
It could be convenient to add a --force_crash command line arguments for this purpose.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by finding vkcube's command-line argument handling and the existing --force_errors path, then inspect how the crash diagnostic layer is initialized. Add the requested --force_crash behavior and verify that running vkcube with it exercises the crash diagnostic setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100