gfx ~reborn (2022-03-31T11:44:27.7929122)
Dub
Repo
VulkanSwapchain
gfx
vulkan
wsi
Undocumented in source.
package
class
VulkanSwapchain : VulkanDevObj!(VkSwapchainKHR, "DestroySwapchainKHR"), Swapchain {
this
(VkSwapchainKHR vkObj, VulkanDevice dev, uint[2] size, Format format);
Format
format
[@property getter];
ImageBase
[]
images
[@property getter];
uint
acquireNextImage
(Duration timeout, Semaphore graalSemaphore, bool suboptimal);
}
Constructors
this
this
(VkSwapchainKHR vkObj, VulkanDevice dev, uint[2] size, Format format)
Undocumented in source.
Members
Functions
acquireNextImage
uint
acquireNextImage
(Duration timeout, Semaphore graalSemaphore, bool suboptimal)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
format
Format
format
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
images
ImageBase
[]
images
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
gfx
vulkan
wsi
classes
VulkanSurface
VulkanSwapchain
functions
createVulkanWaylandSurface
createVulkanWin32Surface
createVulkanXcbSurface
manifest constants
surfaceExtension
surfaceInstanceExtensions
swapChainExtension
waylandSurfaceExtension
win32SurfaceExtension
xcbSurfaceExtension