mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
Migrate Vulkan-Headers to submodule and update to v1.3.288
This commit is contained in:
parent
b6bd882258
commit
3f64031cbb
33 changed files with 9 additions and 220774 deletions
|
@ -46,18 +46,21 @@
|
|||
#ifdef _MSVC_LANG
|
||||
#pragma warning(push, 4)
|
||||
#pragma warning(disable : 4189) // local variable is initialized but not referenced
|
||||
#pragma warning(disable : 4505) // function with internal linkage is not referenced
|
||||
|
||||
#endif // #ifdef _MSVC_LANG
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wunused-variable"
|
||||
#pragma clang diagnostic ignored "-Wunused-function"
|
||||
#pragma clang diagnostic ignored "-Wnullability-completeness"
|
||||
#endif // #ifdef __clang__
|
||||
|
||||
#ifdef __GNUC__
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wunused-variable"
|
||||
#pragma GCC diagnostic ignored "-Wunused-function"
|
||||
#endif // #ifdef __GNUC__
|
||||
|
||||
#define VMA_VULKAN_VERSION 1001000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue