start working towards imgui + sdl + vulkan init

This commit is contained in:
SimoZ64
2025-05-06 14:12:13 +02:00
parent b4c5c7a3e4
commit dcdf961988
7 changed files with 10 additions and 25 deletions

View File

@@ -19,7 +19,7 @@ public:
virtual ~WindowInfo() = default;
};
void Init(const std::shared_ptr<Vulkan::InstanceFactory> &, const std::shared_ptr<Vulkan::WSIPlatform> &,
void Init(const std::shared_ptr<Vulkan::WSIPlatform> &,
const std::shared_ptr<WindowInfo> &, const u8 *);
ParallelRDP() = default;