Enum vulkano::command_buffer::commands_raw::CmdFillBufferError [] [src]

pub enum CmdFillBufferError {
    BufferMissingUsage,
    WrongAlignment,
}

Error that can happen when creating a CmdFillBuffer.

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 CmdFillBufferError
[src]

Formats the value using the given formatter.

impl Copy for CmdFillBufferError
[src]

impl Clone for CmdFillBufferError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Error for CmdFillBufferError
[src]

A short description of the error. Read more

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

impl Display for CmdFillBufferError
[src]

Formats the value using the given formatter. Read more