doesnt quite work yet

This commit is contained in:
SimoZ64
2025-05-19 07:01:26 +02:00
parent 6cf2e7ab70
commit be711bf5b3
4 changed files with 123 additions and 2 deletions

View File

@@ -7,6 +7,8 @@ RenderWidget::RenderWidget(const std::shared_ptr<n64::Core> &core, SDL_Window* w
if (!Vulkan::Context::init_loader(nullptr)) {
Util::panic("Could not initialize Vulkan ICD");
}
wsiPlatform = std::make_shared<ImGuiWSIPlatform>(core, window);
}
void ImGuiWSIPlatform::poll_input() {