Added Logical Device setup, currently there are a few errors thrown because we don't enable any extensions, but DO enable optional features, which rely on those extensions. It seems like vulkan can deal with these errors without crashing, but this will be addressed shortly regardless

This commit is contained in:
2024-10-05 19:59:15 -05:00
parent f161504410
commit 9a6a351e23
7 changed files with 64 additions and 9 deletions

5
src/global.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <iostream>
#include <vector>
extern const std::vector<const char*> validationLayers;