Searched defs:Swapchain (Results 1 – 4 of 4) sorted by relevance
9 pub struct Swapchain { struct11 swapchain_fn: vk::KhrSwapchainFn, argument14 impl Swapchain { implementation
218 pub struct Swapchain<W> { struct224 swapchain: ash::vk::SwapchainKHR, argument227 images: Vec<ImageEntry>,234 stale: Mutex<bool>,259 impl<W> Swapchain<W> { argument471 unsafe impl<W> VulkanObject for Swapchain<W> { implementation480 unsafe impl<W> DeviceOwned for Swapchain<W> { implementation486 impl<W> fmt::Debug for Swapchain<W> { implementation493 impl<W> Drop for Swapchain<W> { implementation
23 class Swapchain class
18 Swapchain::Swapchain(vk::PhysicalDevice physicalDevice, vk::Device device, Window &window) in Swapchain() function in Swapchain