mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-27 13:53:18 +00:00
even more vulkan init
This commit is contained in:
parent
ef6da6bddb
commit
78bafe88fa
4 changed files with 61 additions and 20 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue