Enum vulkano::instance::loader::LoadingError [] [src]

pub enum LoadingError {
    LibraryLoadFailure(String),
    MissingEntryPoint(String),
}

Error that can happen when loading the Vulkan loader.

Variants

Failed to load the Vulkan shared library.

One of the entry points required to be supported by the Vulkan implementation is missing.

Trait Implementations

impl Debug for LoadingError
[src]

[src]

Formats the value using the given formatter.

impl Clone for LoadingError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Error for LoadingError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for LoadingError
[src]

[src]

Formats the value using the given formatter. Read more