mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-18 06:30:55 +00:00
Fix libplacebo renderer build on Windows
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user