Searched defs:AutoCommandBufferBuilderContextError (Results 1 – 1 of 1) sorted by relevance
450 fn ensure_outside_render_pass(&self) -> Result<(), AutoCommandBufferBuilderContextError> { in ensure_outside_render_pass() argument1855 pub fn end_render_pass(&mut self) -> Result<&mut Self, AutoCommandBufferBuilderContextError> { in end_render_pass() argument1996 ) -> Result<(), AutoCommandBufferBuilderContextError> { in ensure_inside_render_pass_secondary() argument2039 ) -> Result<&mut Self, AutoCommandBufferBuilderContextError> { in next_subpass() argument2628 pub enum AutoCommandBufferBuilderContextError { enum2663 impl error::Error for AutoCommandBufferBuilderContextError {} implementation2665 impl fmt::Display for AutoCommandBufferBuilderContextError { implementation