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

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

Command that binds an index buffer to a command buffer.

Methods

impl<B, I> CmdBindIndexBuffer<B> where
    B: BufferAccess + TypedBufferAccess<Content = [I]>,
    I: Index + 'static, 
[src]

Builds the command.

impl<B> CmdBindIndexBuffer<B>
[src]

Returns the index buffer to bind.

Trait Implementations

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

Returns the device that owns Self.