Struct vulkano_glyph::Error[][src]

pub struct Error(_);

An error that can occur when drawing text.

Methods

impl Error
[src]

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl From<CacheReadErr> for Error
[src]

Performs the conversion.

impl From<CopyBufferImageError> for Error
[src]

Performs the conversion.

impl From<CommandBufferExecError> for Error
[src]

Performs the conversion.

impl From<BuildError> for Error
[src]

Performs the conversion.

impl From<DeviceMemoryAllocError> for Error
[src]

Performs the conversion.

impl From<OomError> for Error
[src]

Performs the conversion.

impl From<SamplerCreationError> for Error
[src]

Performs the conversion.

impl From<ImageCreationError> for Error
[src]

Performs the conversion.

impl From<GraphicsPipelineCreationError> for Error
[src]

Performs the conversion.

impl From<DrawIndirectError> for Error
[src]

Performs the conversion.

impl From<PersistentDescriptorSetError> for Error
[src]

Performs the conversion.

impl From<PersistentDescriptorSetBuildError> for Error
[src]

Performs the conversion.

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

The lower-level cause of this error, if any. Read more

This method is soft-deprecated. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error