pub struct KhrSwapchainFn {
    pub create_swapchain_khr: PFN_vkCreateSwapchainKHR,
    pub destroy_swapchain_khr: PFN_vkDestroySwapchainKHR,
    pub get_swapchain_images_khr: PFN_vkGetSwapchainImagesKHR,
    pub acquire_next_image_khr: PFN_vkAcquireNextImageKHR,
    pub queue_present_khr: PFN_vkQueuePresentKHR,
    pub get_device_group_present_capabilities_khr: PFN_vkGetDeviceGroupPresentCapabilitiesKHR,
    pub get_device_group_surface_present_modes_khr: PFN_vkGetDeviceGroupSurfacePresentModesKHR,
    pub get_physical_device_present_rectangles_khr: PFN_vkGetPhysicalDevicePresentRectanglesKHR,
    pub acquire_next_image2_khr: PFN_vkAcquireNextImage2KHR,
}

Fields

create_swapchain_khr: PFN_vkCreateSwapchainKHRdestroy_swapchain_khr: PFN_vkDestroySwapchainKHRget_swapchain_images_khr: PFN_vkGetSwapchainImagesKHRacquire_next_image_khr: PFN_vkAcquireNextImageKHRqueue_present_khr: PFN_vkQueuePresentKHRget_device_group_present_capabilities_khr: PFN_vkGetDeviceGroupPresentCapabilitiesKHRget_device_group_surface_present_modes_khr: PFN_vkGetDeviceGroupSurfacePresentModesKHRget_physical_device_present_rectangles_khr: PFN_vkGetPhysicalDevicePresentRectanglesKHRacquire_next_image2_khr: PFN_vkAcquireNextImage2KHR

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.