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

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

Command that binds vertex buffers to a command buffer.

Methods

impl<B> CmdBindVertexBuffers<B>
[src]

Builds the command.

Returns a hash that represents the command.

Modifies the command so that it doesn't bind vertex buffers that were already bound by a previous command with the given hash.

Note that this doesn't modify the hash of the command.

Trait Implementations

impl<B> DeviceOwned for CmdBindVertexBuffers<B>
[src]

Returns the device that owns Self.