Vulkan: Silence some warnings.

This commit is contained in:
BearOso 2024-04-17 17:12:51 -05:00
parent a5a0a80464
commit 8750a9ec26
3 changed files with 4 additions and 0 deletions

View File

@ -660,6 +660,7 @@ void EmuMainWindow::pauseContinue()
{
manual_pause = true;
app->pause();
canvas->paintEvent(nullptr);
}
}

View File

@ -1,2 +1,4 @@
#define VMA_IMPLEMENTATION
#define VMA_NULLABLE
#define VMA_NOT_NULL
#include "vulkan_context.hpp"

View File

@ -1,4 +1,5 @@
#ifndef NOMINMAX
#define NOMINMAX
#endif
#define VULKAN_HPP_ASSERT(x)
#include "vulkan/vulkan.hpp"