Fix libplacebo renderer build on Windows

This commit is contained in:
Cameron Gutman
2023-12-21 18:12:19 -06:00
parent 770872238d
commit 2d15382e31
3 changed files with 18 additions and 3 deletions
@@ -2,6 +2,10 @@
#include "renderer.h"
#ifdef Q_OS_WIN32
#define VK_USE_PLATFORM_WIN32_KHR
#endif
#include <libplacebo/log.h>
#include <libplacebo/renderer.h>
#include <libplacebo/vulkan.h>