Make APIs that fail gracefully rather that fallback silently · Mathieu Ropert
https://mropert.github.io/2026/09/02/implicit_vs_explicit_api/
52
Upvotes
2
u/n1ghtyunso 1d ago
sounds like something that indeed should be fixed.
Did someone open issues with vk-bootstrap around this?
17
u/Ok_Independence_9841 1d ago
API design is hard. Vulkan is hard. Error handling is hard. Vulkan API, error handling design, is...
At some point I'll get around to implementing a Vulkan backend for my port of the ThorVG renderer. When I do I'll try to remember what I learned here.