initSidebarItems({"enum":[["AcquireError","Error that can happen when calling `acquire_next_image`."],["CapabilitiesError","Error that can happen when retrieving a surface's capabilities."],["ColorSpace","How the presentation engine should interpret the data."],["CompositeAlpha","How the alpha values of the pixels of the window are treated."],["PresentMode","The way presenting a swapchain is accomplished."],["SurfaceCreationError","Error that can happen when creating a debug callback."],["SurfaceTransform","A transformation to apply to the image before showing it on the screen."],["SwapchainCreationError","Error that can happen when creation a swapchain."]],"fn":[["acquire_next_image","Tries to take ownership of an image in order to draw on it."],["acquire_next_image_raw","Unsafe variant of `acquire_next_image`."],["present","Presents an image on the screen."],["present_incremental","Same as `swapchain::present`, except it allows specifying a present region. Areas outside the present region may be ignored by Vulkan in order to optimize presentation."]],"mod":[["display","Allows you to create surfaces that fill a whole display, outside of the windowing system."]],"struct":[["AcquiredImage",""],["Capabilities","The capabilities of a surface when used by a physical device."],["PresentFuture","Represents a swapchain image being presented on the screen."],["PresentRegion","Represents a region on an image."],["RectangleLayer","Represents a rectangular region on an image layer."],["SupportedCompositeAlpha","List of supported composite alpha modes."],["SupportedCompositeAlphaIter","Enumeration of the `CompositeAlpha` that are supported."],["SupportedPresentModes","List of `PresentMode`s that are supported."],["SupportedPresentModesIter","Enumeration of the `PresentMode`s that are supported."],["SupportedSurfaceTransforms","List of supported composite alpha modes."],["SupportedSurfaceTransformsIter","Enumeration of the `SurfaceTransform` that are supported."],["Surface","Represents a surface on the screen."],["Swapchain","Contains the swapping system and the images that can be shown on a surface."],["SwapchainAcquireFuture","Represents the moment when the GPU will have access to a swapchain image."]]});