Enum vulkano::command_buffer::DrawIndirectError [] [src]

pub enum DrawIndirectError {
    AutoCommandBufferBuilderContextError(AutoCommandBufferBuilderContextError),
    CheckDynamicStateValidityError(CheckDynamicStateValidityError),
    CheckPushConstantsValidityError(CheckPushConstantsValidityError),
    CheckDescriptorSetsValidityError(CheckDescriptorSetsValidityError),
    CheckVertexBufferError(CheckVertexBufferError),
    SyncCommandBufferBuilderError(SyncCommandBufferBuilderError),
}

Variants

Trait Implementations

impl Debug for DrawIndirectError
[src]

Formats the value using the given formatter.

impl Clone for DrawIndirectError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Error for DrawIndirectError
[src]

A short description of the error. Read more

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

impl Display for DrawIndirectError
[src]

Formats the value using the given formatter. Read more

impl From<AutoCommandBufferBuilderContextError> for DrawIndirectError
[src]

Performs the conversion.

impl From<CheckDynamicStateValidityError> for DrawIndirectError
[src]

Performs the conversion.

impl From<CheckPushConstantsValidityError> for DrawIndirectError
[src]

Performs the conversion.

impl From<CheckDescriptorSetsValidityError> for DrawIndirectError
[src]

Performs the conversion.

impl From<CheckVertexBufferError> for DrawIndirectError
[src]

Performs the conversion.

impl From<SyncCommandBufferBuilderError> for DrawIndirectError
[src]

Performs the conversion.