VulkanSwapchain

Undocumented in source.

Constructors

this
this(VkSwapchainKHR vkObj, VulkanDevice dev, Surface surf, 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.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

device
Device device [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
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.
surface
Surface surface [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta