mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 21:58:45 +00:00
even more vulkan init
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user