Struct vulkano::command_buffer::commands_raw::CmdCopyImage [] [src]

pub struct CmdCopyImage<S, D> { /* fields omitted */ }

Command that copies from an image to another image.

Methods

impl<S, D> CmdCopyImage<S, D>
[src]

Returns the source image.

Returns the destination image.

Trait Implementations

impl<S: Debug, D: Debug> Debug for CmdCopyImage<S, D>
[src]

Formats the value using the given formatter.

impl<S: Clone, D: Clone> Clone for CmdCopyImage<S, D>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S, D> DeviceOwned for CmdCopyImage<S, D> where
    S: DeviceOwned
[src]

Returns the device that owns Self.