Struct vulkano::buffer::cpu_access::CpuAccessibleBufferClState [] [src]

pub struct CpuAccessibleBufferClState { /* fields omitted */ }

Trait Implementations

impl CommandListState for CpuAccessibleBufferClState
[src]

Returns a new state that corresponds to the moment after a slice of the buffer 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