mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-22 19:34:59 +00:00
vulkan : createDevice
This commit is contained in:
parent
90dc454440
commit
b1d812bb32
3 changed files with 68 additions and 6 deletions
|
@ -7,6 +7,7 @@ struct GraphicCtx {
|
|||
u32 screen_width = 0;
|
||||
u32 screen_height = 0;
|
||||
VkInstance m_instance = nullptr;
|
||||
VkPhysicalDevice physical_device = nullptr;
|
||||
VkPhysicalDevice m_physical_device = nullptr;
|
||||
VkDevice m_device = nullptr;
|
||||
};
|
||||
} // namespace HLE::Libs::Graphics
|
Loading…
Add table
Add a link
Reference in a new issue