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

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

Command that resolves a multisample image into a non-multisample one.

Methods

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

Returns the source image.

Returns the destination image.

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Returns the device that owns Self.