Enum vulkano::command_buffer::DrawIndexedError [] [src]

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

Variants

Trait Implementations

impl Debug for DrawIndexedError
[src]

[src]

Formats the value using the given formatter.

impl Clone for DrawIndexedError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Error for DrawIndexedError
[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 DrawIndexedError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<AutoCommandBufferBuilderContextError> for DrawIndexedError
[src]

impl From<CheckDynamicStateValidityError> for DrawIndexedError
[src]

[src]

Performs the conversion.

impl From<CheckPushConstantsValidityError> for DrawIndexedError
[src]

[src]

Performs the conversion.

impl From<CheckDescriptorSetsValidityError> for DrawIndexedError
[src]

[src]

Performs the conversion.

impl From<CheckVertexBufferError> for DrawIndexedError
[src]

[src]

Performs the conversion.

impl From<CheckIndexBufferError> for DrawIndexedError
[src]

[src]

Performs the conversion.

impl From<SyncCommandBufferBuilderError> for DrawIndexedError
[src]

[src]

Performs the conversion.