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:
Wunkolo 2023-07-27 06:58:33 -07:00
parent ac1f7bc521
commit 4976671ef0
7 changed files with 8 additions and 8 deletions

View file

@ -0,0 +1,3 @@
#include "renderer_vk/vk_api.hpp"
VULKAN_HPP_DEFAULT_DISPATCH_LOADER_DYNAMIC_STORAGE;

View file

@ -1,3 +0,0 @@
#include "renderer_vk/vulkan_api.hpp"
VULKAN_HPP_DEFAULT_DISPATCH_LOADER_DYNAMIC_STORAGE;