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:
@@ -1,5 +1,5 @@
|
||||
#include "renderer.hpp"
|
||||
#include "vulkan_api.hpp"
|
||||
#include "vk_api.hpp"
|
||||
|
||||
class GPU;
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
#include "vulkan_api.hpp"
|
||||
#include "vk_api.hpp"
|
||||
|
||||
namespace Vulkan {
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <utility>
|
||||
|
||||
#include "helpers.hpp"
|
||||
#include "vulkan_api.hpp"
|
||||
#include "vk_api.hpp"
|
||||
|
||||
namespace Vulkan {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user