Searched defs:SwapchainImage (Results 1 – 5 of 5) sorted by relevance
39 pub struct SwapchainImage { struct43 impl SwapchainImage { argument48 ) -> Result<Arc<SwapchainImage>, OomError> { in from_handle()66 unsafe impl DeviceOwned for SwapchainImage { implementation72 unsafe impl ImageAccess for SwapchainImage { implementation121 unsafe impl<P> ImageContent<P> for SwapchainImage { implementation127 impl PartialEq for SwapchainImage { implementation133 impl Eq for SwapchainImage {} implementation135 impl Hash for SwapchainImage { implementation
192 struct SwapchainImage : angle::NonCopyable struct198 std::unique_ptr<vk::ImageHelper> image;199 vk::ImageViewHelper imageViews;200 vk::Framebuffer framebuffer;201 vk::Framebuffer fetchFramebuffer;203 uint64_t frameNumber = 0;
950 SwapchainImage::SwapchainImage(SwapchainImage &&other) in SwapchainImage() function in rx::impl::SwapchainImage
88 type SwapchainImage = image::swapchain::SwapchainImage<VulkanoWindow>; typedef238 swapchain_image: Arc<SwapchainImage>, in record_and_submit_post_command()817 mut f: impl FnMut(&mut PostResource, Arc<SwapchainImage>, T) -> T, in with_swapchain_image()
109 ) -> Result<(Arc<Swapchain>, Vec<Arc<SwapchainImage>>), SwapchainCreationError> { in new()188 ) -> Result<(Arc<Swapchain>, Vec<Arc<SwapchainImage>>), SwapchainCreationError> { in recreate()