Upgrade vcpkg + submodule dependencies (#719)

This commit is contained in:
Exzap 2023-03-28 17:43:02 +02:00 committed by GitHub
parent a7f6043205
commit 3ff3b732c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 11 additions and 729 deletions

View file

@ -30,8 +30,10 @@
#include <wx/msgdlg.h>
#ifndef VK_API_VERSION_MAJOR
#define VK_API_VERSION_MAJOR(version) (((uint32_t)(version) >> 22) & 0x7FU)
#define VK_API_VERSION_MINOR(version) (((uint32_t)(version) >> 12) & 0x3FFU)
#endif
extern std::atomic_int g_compiling_pipelines;