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

pub struct CmdFillBuffer<B> { /* fields omitted */ }

Methods

impl<B> CmdFillBuffer<B> where
    B: BufferAccess
[src]

Builds a command that writes data to a buffer.

impl<B> CmdFillBuffer<B>
[src]

Returns the buffer that is going to be filled.

Trait Implementations

impl<B> DeviceOwned for CmdFillBuffer<B> where
    B: DeviceOwned
[src]

Returns the device that owns Self.