mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-21 20:14:28 -04:00
yuzu_cmd: Fix memcpy on Vulkan handlers
This commit is contained in:
@@ -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{};
|
||||
|
||||
Reference in New Issue
Block a user