mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 08:52:34 -07: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