Struct vulkano::command_buffer::synced::SyncCommandBufferBuilderBindVertexBuffer[][src]

pub struct SyncCommandBufferBuilderBindVertexBuffer<'a, P: 'a> { /* fields omitted */ }

Prototype for a vkCmdBindVertexBuffers.

Methods

impl<'a, P> SyncCommandBufferBuilderBindVertexBuffer<'a, P>
[src]

Adds a buffer to the list.

Auto Trait Implementations