Matt Cooley
Results
11
issues of
Matt Cooley
**Describe the bug** With the Vulkan backend, creating and immediately destroying an Engine causes an access violation. **To Reproduce** ```cpp Engine* engine = Engine::Builder() .backend(backend::Backend::VULKAN) .build(); Engine::destroy(&engine); ``` **Logs** Call...
bug
vulkan