travisvroman / kohi

A game engine made as part of the Kohi Game Engine series on YouTube (and Twitch!), where we make a game engine from the ground up using C and Vulkan.

Home Page:https://kohiengine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] required_validation_layer_names nullptr in release version

furious114 opened this issue · comments

Describe the bug
vulkan_backend.c:
required_validation_layer_names is nullptr whenever in release version.
so when you call darray_destroy(required_validation_layer_names), program will throw a nullptr exception.