mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-19 13:08:27 +00:00
video_core: disable warnings on vulkan
This commit is contained in:
parent
4015c9eacd
commit
2a56083f0f
|
@ -17,7 +17,11 @@
|
|||
#define VULKAN_HPP_NO_EXCEPTIONS
|
||||
// Define assert-on-result to nothing to instead return the result for our handling.
|
||||
#define VULKAN_HPP_ASSERT_ON_RESULT
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wunused-value"
|
||||
#include <vulkan/vulkan.hpp>
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
#define VMA_STATIC_VULKAN_FUNCTIONS 0
|
||||
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1
|
||||
|
|
Loading…
Reference in a new issue