Implement volk meta loader and ImGui

This commit is contained in:
2024-11-11 21:43:56 -06:00
parent 4a8f6909a8
commit 2631bbbaba
66 changed files with 69886 additions and 2424 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include <vulkan/vulkan_core.h>
#define VK_NO_PROTOTYPES
#include "volk.h"
#define GLM_FORCE_DEPTH_ZERO_TO_ONE
#include <glm/glm.hpp>