Lines Matching defs:AutoCommandBufferBuilder
47 pub struct AutoCommandBufferBuilder<L, A = StandardCommandBufferAllocator> struct
51 pub(super) inner: SyncCommandBufferBuilder,
52 builder_alloc: A::Builder, // Safety: must be dropped after `inner`
55 queue_family_index: u32,
59 pub(super) inheritance_info: Option<CommandBufferInheritanceInfo>,
62 pub(super) usage: CommandBufferUsage,
65 pub(super) render_pass_state: Option<RenderPassState>,
68 pub(super) query_state: HashMap<ash::vk::QueryType, QueryState>,
70 _data: PhantomData<L>,
127 impl<A> AutoCommandBufferBuilder<PrimaryAutoCommandBuffer, A> implementation
156 impl<A> AutoCommandBufferBuilder<SecondaryAutoCommandBuffer, A> impl
186 impl<L, A> AutoCommandBufferBuilder<L, A> implementation
608 impl<A> AutoCommandBufferBuilder<PrimaryAutoCommandBuffer<A::Alloc>, A> impl
632 impl<A> AutoCommandBufferBuilder<SecondaryAutoCommandBuffer<A::Alloc>, A> implementation
701 impl<L, A> AutoCommandBufferBuilder<L, A> impl
715 unsafe impl<L, A> DeviceOwned for AutoCommandBufferBuilder<L, A> implementation