mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 01:28:02 -05:00
renderer_vulkan/wrapper: Add swapchain handle
This commit is contained in:
@ -647,4 +647,11 @@ public:
|
||||
VkCommandBufferLevel level = VK_COMMAND_BUFFER_LEVEL_PRIMARY) const;
|
||||
};
|
||||
|
||||
class SwapchainKHR : public Handle<VkSwapchainKHR, VkDevice, DeviceDispatch> {
|
||||
using Handle<VkSwapchainKHR, VkDevice, DeviceDispatch>::Handle;
|
||||
|
||||
public:
|
||||
std::vector<VkImage> GetImages() const;
|
||||
};
|
||||
|
||||
} // namespace Vulkan::vk
|
||||
|
Reference in New Issue
Block a user