Struct vulkano::image::swapchain::SwapchainImageCbState [] [src]

pub struct SwapchainImageCbState { /* fields omitted */ }

Trait Implementations

impl CommandListState for SwapchainImageCbState
[src]

Trait for objects that represent the state of a slice of the image in a list of commands.

Returns a new state that corresponds to the moment after a slice of the image has been used in the pipeline. The parameters indicate in which way it has been used. Read more

Function called when the command buffer builder is turned into a real command buffer. Read more