Rename vulkan_api.hpp to vk_api.hpp
Consistant with other vulkan header patterns. This header in particular is to configure our Vulkan API usage.
This commit is contained in:
3
src/core/renderer_vk/vk_api.cpp
Normal file
3
src/core/renderer_vk/vk_api.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#include "renderer_vk/vk_api.hpp"
|
||||
|
||||
VULKAN_HPP_DEFAULT_DISPATCH_LOADER_DYNAMIC_STORAGE;
|
||||
Reference in New Issue
Block a user