mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 06:55:47 +00:00
yuzu_cmd: Fix memcpy on Vulkan handlers
This commit is contained in:
parent
48cb021c34
commit
85f666c066
2 changed files with 10 additions and 9 deletions
|
@ -31,8 +31,8 @@ public:
|
|||
private:
|
||||
bool UseStandardLayers(PFN_vkGetInstanceProcAddr vkGetInstanceProcAddr) const;
|
||||
|
||||
VkInstance instance{};
|
||||
VkSurfaceKHR surface{};
|
||||
VkInstance vk_instance{};
|
||||
VkSurfaceKHR vk_surface{};
|
||||
|
||||
PFN_vkGetInstanceProcAddr vkGetInstanceProcAddr{};
|
||||
PFN_vkDestroyInstance vkDestroyInstance{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue