Stub Vulkan backend support
A lot of the architecture of the emulator here does not allow for vulkan to initialize easily since it involves a bit of data to be exchanged between SDL and Vulkan. This commit just adds the foundational linkage and library code for vulkan support.
This commit is contained in:
3
src/core/renderer_vk/vulkan_api.cpp
Normal file
3
src/core/renderer_vk/vulkan_api.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#include "renderer_vk/vulkan_api.hpp"
|
||||
|
||||
VULKAN_HPP_DEFAULT_DISPATCH_LOADER_DYNAMIC_STORAGE;
|
||||
Reference in New Issue
Block a user