Can now configure Vulkan with JSON. ENJOY!

This commit is contained in:
Zed A. Shaw 2025-12-06 13:04:57 -05:00
parent a996440c61
commit 883f683ce4
6 changed files with 96 additions and 15 deletions

View file

@ -19,7 +19,7 @@
#define VMA_IMPLEMENTATION
#include "vk_mem_alloc.h"
constexpr bool bUseValidationLayers = true;
constexpr bool bUseValidationLayers = false;
VulkanEngine* loadedEngine = nullptr;