Searched defs:SwapchainImage (Results 1 – 3 of 3) sorted by relevance
38 pub struct SwapchainImage<W> { struct43 impl<W> SwapchainImage<W> { argument91 unsafe impl<W> ImageAccess for SwapchainImage<W> { implementation161 unsafe impl<W> ImageClearValue<ClearValue> for SwapchainImage<W> { implementation168 unsafe impl<P, W> ImageContent<P> for SwapchainImage<W> { implementation175 impl<W> PartialEq for SwapchainImage<W> { implementation182 impl<W> Eq for SwapchainImage<W> {} implementation184 impl<W> Hash for SwapchainImage<W> { implementation
193 struct SwapchainImage : angle::NonCopyable struct199 std::unique_ptr<vk::ImageHelper> image;200 vk::ImageViewHelper imageViews;201 vk::Framebuffer framebuffer;202 vk::Framebuffer fetchFramebuffer;203 vk::Framebuffer framebufferResolveMS;205 uint64_t frameNumber = 0;
937 SwapchainImage::SwapchainImage(SwapchainImage &&other) in SwapchainImage() function in rx::impl::SwapchainImage