even more vulkan init

This commit is contained in:
georgemoralis 2023-09-18 14:52:16 +03:00
parent ef6da6bddb
commit 78bafe88fa
4 changed files with 61 additions and 20 deletions

View file

@ -7,5 +7,6 @@ struct GraphicCtx {
u32 screen_width = 0;
u32 screen_height = 0;
VkInstance m_instance = nullptr;
VkPhysicalDevice physical_device = nullptr;
};
} // namespace HLE::Libs::Graphics