Home
last modified time | relevance | path

Searched defs:AutoCommandBufferBuilderContextError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/vulkano/src/command_buffer/
Dauto.rs450 fn ensure_outside_render_pass(&self) -> Result<(), AutoCommandBufferBuilderContextError> { in ensure_outside_render_pass() argument
1855 pub fn end_render_pass(&mut self) -> Result<&mut Self, AutoCommandBufferBuilderContextError> { in end_render_pass() argument
1996 ) -> Result<(), AutoCommandBufferBuilderContextError> { in ensure_inside_render_pass_secondary() argument
2039 ) -> Result<&mut Self, AutoCommandBufferBuilderContextError> { in next_subpass() argument
2628 pub enum AutoCommandBufferBuilderContextError { enum
2663 impl error::Error for AutoCommandBufferBuilderContextError {} implementation
2665 impl fmt::Display for AutoCommandBufferBuilderContextError { implementation