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

pub struct SyncCommandBufferBuilderBindDescriptorSets<'b, P: 'b> { /* fields omitted */ }

Methods

impl<'b, P> SyncCommandBufferBuilderBindDescriptorSets<'b, P>
[src]

Adds a descriptor set to the list.

Auto Trait Implementations