mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +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
12
include/renderer_vk/vk_api.hpp
Normal file
12
include/renderer_vk/vk_api.hpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#pragma once
|
||||
|
||||
#define VK_NO_PROTOTYPES
|
||||
#include <vulkan/vulkan.h>
|
||||
|
||||
#define VULKAN_HPP_DISPATCH_LOADER_DYNAMIC 1
|
||||
#define VULKAN_HPP_NO_EXCEPTIONS
|
||||
// Disable asserts on result-codes
|
||||
#define VULKAN_HPP_ASSERT_ON_RESULT
|
||||
#include <vulkan/vulkan.hpp>
|
||||
#include <vulkan/vulkan_format_traits.hpp>
|
||||
#include <vulkan/vulkan_hash.hpp>
|
Loading…
Add table
Add a link
Reference in a new issue