Enum vulkano::command_buffer::DispatchError [] [src]

pub enum DispatchError {
    AutoCommandBufferBuilderContextError(AutoCommandBufferBuilderContextError),
    CheckPushConstantsValidityError(CheckPushConstantsValidityError),
    CheckDescriptorSetsValidityError(CheckDescriptorSetsValidityError),
    CheckDispatchError(CheckDispatchError),
    SyncCommandBufferBuilderError(SyncCommandBufferBuilderError),
}

Variants

Trait Implementations

impl Debug for DispatchError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DispatchError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Error for DispatchError
[src]

[src]

A short description of the error. Read more

[src]

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

impl Display for DispatchError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<AutoCommandBufferBuilderContextError> for DispatchError
[src]

[src]

Performs the conversion.

impl From<CheckPushConstantsValidityError> for DispatchError
[src]

[src]

Performs the conversion.

impl From<CheckDescriptorSetsValidityError> for DispatchError
[src]

[src]

Performs the conversion.

impl From<CheckDispatchError> for DispatchError
[src]

[src]

Performs the conversion.

impl From<SyncCommandBufferBuilderError> for DispatchError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DispatchError

impl Sync for DispatchError