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

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

Methods

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

impl<B> CmdDrawIndirectRaw<B>
[src]

Returns the buffer that contains the indirect command.

Trait Implementations

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

Returns the device that owns Self.