Closed loganmc10 closed 3 years ago
I should add: this is on Windows 10 with an Intel GPU (Surface Pro 7)
Interesting, I fixed it by adding -DVK_USE_PLATFORM_WIN32_KHR
to the Makefile
But when I compile I get a lot of this:
In file included from C:/msys64/home/lmcnaughton/m64p/parallel-rdp-standalone/vulkan/fence_manager.hpp:25,
from C:/msys64/home/lmcnaughton/m64p/parallel-rdp-standalone/vulkan/fence_manager.cpp:23:
C:/msys64/home/lmcnaughton/m64p/parallel-rdp-standalone/vulkan/vulkan_headers.hpp:26: warning: "VK_USE_PLATFORM_WIN32_KHR" redefined
26 | #define VK_USE_PLATFORM_WIN32_KHR
It's not a showstopper, just generates a lot of warnings, I'll close this, but I assume there might be a way to clean that up in the Granite project?
Hi @Themaister ,
I'm trying to port ParaLLEl-RDP to standalone mupen64plus.
I've got it working on Linux, now I'm trying to compile it on Windows using MinGW.
It crashes with the following backtrace:
https://github.com/loganmc10/m64p/blob/c9a191c7e7affdc271471dd89bf3900539178f5f/parallel-rdp-standalone/vulkan/query_pool.cpp#L375
It's unclear to me why it's crashing, do you have any ideas? It crashes with a Debug and Release build
This is the repo I'm using: https://github.com/loganmc10/parallel-rdp-standalone, I'm using CMake to generate the Makefile