Struct voodoo::SwapchainKhr [] [src]

pub struct SwapchainKhr { /* fields omitted */ }

Methods

impl SwapchainKhr
[src]

[src]

Returns a new SwapchainKhrBuilder.

Important traits for &'a mut [u8]
[src]

Returns the images associated with this swapchain.

[src]

Returns this swapchain's image format.

[src]

Returns this swapchain's extent.

[src]

Returns this swapchain's handle.

[src]

Returns a reference to the associated device.

[src]

Retrieves the index of the next available presentable image.

https://manned.org/vkAcquireNextImageKHR.3

Trait Implementations

impl Debug for SwapchainKhr
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SwapchainKhr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'s> Handle for &'s SwapchainKhr
[src]

[src]

impl Sync for SwapchainKhr
[src]

Auto Trait Implementations

impl Send for SwapchainKhr