doesnt quite work yet
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user