mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-11-23 03:09:55 +00:00
video_core: disable warnings on vulkan
This commit is contained in:
parent
ed24632ceb
commit
5e26294e27
@ -17,7 +17,11 @@
|
|||||||
#define VULKAN_HPP_NO_EXCEPTIONS
|
#define VULKAN_HPP_NO_EXCEPTIONS
|
||||||
// Define assert-on-result to nothing to instead return the result for our handling.
|
// Define assert-on-result to nothing to instead return the result for our handling.
|
||||||
#define VULKAN_HPP_ASSERT_ON_RESULT
|
#define VULKAN_HPP_ASSERT_ON_RESULT
|
||||||
|
|
||||||
|
#pragma clang diagnostic push
|
||||||
|
#pragma clang diagnostic ignored "-Wunused-value"
|
||||||
#include <vulkan/vulkan.hpp>
|
#include <vulkan/vulkan.hpp>
|
||||||
|
#pragma clang diagnostic pop
|
||||||
|
|
||||||
#define VMA_STATIC_VULKAN_FUNCTIONS 0
|
#define VMA_STATIC_VULKAN_FUNCTIONS 0
|
||||||
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1
|
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1
|
||||||
|
Loading…
Reference in New Issue
Block a user