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

pub enum CheckFillBufferError {
    BufferMissingUsage,
    WrongAlignment,
}

Error that can happen when attempting to add a fill_buffer command.

Variants

The "transfer destination" usage must be enabled on the buffer.

The data or size must be 4-bytes aligned.

Trait Implementations

impl Debug for CheckFillBufferError
[src]

Formats the value using the given formatter.

impl Copy for CheckFillBufferError
[src]

impl Clone for CheckFillBufferError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Error for CheckFillBufferError
[src]

A short description of the error. Read more

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

impl Display for CheckFillBufferError
[src]

Formats the value using the given formatter. Read more