Struct vulkano::command_buffer::validity::CheckCopyBuffer[][src]

pub struct CheckCopyBuffer {
    pub copy_size: usize,
}

Information returned if check_copy_buffer succeeds.

Fields

Size of the transfer in bytes.

If the size of the source and destination are not equal, then the value is equal to the smallest of the two.

Auto Trait Implementations