Enum vulkano::command_buffer::validity::CheckVertexBufferError [] [src]

pub enum CheckVertexBufferError {
    BufferMissingUsage {
        num_buffer: usize,
    },
}

Error that can happen when checking whether the vertex buffers are valid.

Variants

The "vertex buffer" usage must be enabled on the buffer.

Fields of BufferMissingUsage

Index of the buffer that is missing usage.

Trait Implementations

impl Debug for CheckVertexBufferError
[src]

[src]

Formats the value using the given formatter.

impl Copy for CheckVertexBufferError
[src]

impl Clone for CheckVertexBufferError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter. Read more