[−][src]Enum imgui_vulkano_renderer::RendererError
Variants
GraphicsPipelineCreationError(GraphicsPipelineCreationError)DeviceMemoryAllocError(DeviceMemoryAllocError)OomError(OomError)DrawIndexedError(DrawIndexedError)PersistentDescriptorSetError(PersistentDescriptorSetError)PersistentDescriptorSetBuildError(PersistentDescriptorSetBuildError)FlushError(FlushError)SamplerCreationError(SamplerCreationError)ImageCreationError(ImageCreationError)BeginRenderPassError(BeginRenderPassError)AutoCommandBufferBuilderContextError(AutoCommandBufferBuilderContextError)WriteLockError(WriteLockError)FramebufferCreationError(FramebufferCreationError)CopyBufferError(CopyBufferError)BadTexture(TextureId)BadImageDimensions(Dimensions)Trait Implementations
impl Debug for RendererError[src]
impl Display for RendererError[src]
impl Error for RendererError[src]
fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]
fn backtrace(&self) -> Option<&Backtrace>[src]
fn description(&self) -> &str1.0.0[src]
fn cause(&self) -> Option<&dyn Error>1.0.0[src]
impl From<AutoCommandBufferBuilderContextError> for RendererError[src]
fn from(e: AutoCommandBufferBuilderContextError) -> Self[src]
impl From<BeginRenderPassError> for RendererError[src]
fn from(e: BeginRenderPassError) -> Self[src]
impl From<CopyBufferError> for RendererError[src]
fn from(e: CopyBufferError) -> Self[src]
impl From<DeviceMemoryAllocError> for RendererError[src]
fn from(e: DeviceMemoryAllocError) -> Self[src]
impl From<DrawIndexedError> for RendererError[src]
fn from(e: DrawIndexedError) -> Self[src]
impl From<FlushError> for RendererError[src]
fn from(e: FlushError) -> Self[src]
impl From<FramebufferCreationError> for RendererError[src]
fn from(e: FramebufferCreationError) -> Self[src]
impl From<GraphicsPipelineCreationError> for RendererError[src]
fn from(e: GraphicsPipelineCreationError) -> Self[src]
impl From<ImageCreationError> for RendererError[src]
fn from(e: ImageCreationError) -> Self[src]
impl From<OomError> for RendererError[src]
impl From<PersistentDescriptorSetBuildError> for RendererError[src]
fn from(e: PersistentDescriptorSetBuildError) -> Self[src]
impl From<PersistentDescriptorSetError> for RendererError[src]
fn from(e: PersistentDescriptorSetError) -> Self[src]
impl From<SamplerCreationError> for RendererError[src]
fn from(e: SamplerCreationError) -> Self[src]
impl From<WriteLockError> for RendererError[src]
fn from(e: WriteLockError) -> Self[src]
Auto Trait Implementations
impl RefUnwindSafe for RendererError
impl Send for RendererError
impl Sync for RendererError
impl Unpin for RendererError
impl UnwindSafe for RendererError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Content for T[src]
fn ref_from_ptr(ptr: *mut c_void, size: usize) -> Option<*mut T>[src]
fn is_size_suitable(size: usize) -> bool[src]
fn indiv_size() -> usize[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,