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

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

Command that copies from a buffer to an image.

Methods

impl<S, D> CmdCopyBufferToImage<S, D> where
    S: BufferAccess,
    D: ImageAccess
[src]

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

Returns the source buffer.

Returns the destination image.

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Returns the device that owns Self.