This commit is contained in:
Simone
2024-01-19 16:28:57 +01:00
parent b955907e3e
commit 7d54887d63
9 changed files with 95 additions and 188 deletions

View File

@@ -5,6 +5,7 @@
#include <QWindow>
#include <QVulkanInstance>
#include <QVulkanWindow>
#include <EmuThread.hpp>
struct QtInstanceFactory : Vulkan::InstanceFactory {
VkInstance create_instance(const VkInstanceCreateInfo *info) override {
@@ -71,9 +72,7 @@ public:
return true;
}
void poll_input() override {
SDL_PumpEvents();
}
void poll_input() override {}
void event_frame_tick(double frame, double elapsed) override { }