mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-01 03:19:10 +12:00
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:
parent
ac1f7bc521
commit
4976671ef0
7 changed files with 8 additions and 8 deletions
include/renderer_vk
|
@ -4,7 +4,7 @@
|
|||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
#include "vulkan_api.hpp"
|
||||
#include "vk_api.hpp"
|
||||
|
||||
namespace Vulkan {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue