Swapchain Type
A swapchain and its assets that may be refreshed for a different screen size.
Record fields
| Record Field | Description |
|
|
|
|
|
|
Instance members
| Instance member | Description |
|
|
Static members
| Static member | Description |
Full Usage:
Swapchain.create surfaceFormat physicalDevice window
Parameters:
VkSurfaceFormatKHR
physicalDevice : PhysicalDevice
window : nativeptr<SDL_Window>
Returns: Swapchain
|
|
|
|
Full Usage:
Swapchain.tryRecreateSurfaceAndEnsureSwapchainWrapper tryCreateVkSurface physicalDevice swapchain instance
Parameters:
nativeptr<SDL_Window> -> 'a -> VkSurfaceKHR option
physicalDevice : PhysicalDevice
swapchain : Swapchain
instance : 'a
|
|
Nu