Searched defs:AutoCommandBufferBuilder (Results 1 – 10 of 10) sorted by relevance
| /external/rust/crates/vulkano/src/command_buffer/ |
| D | auto.rs | 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 [all …]
|
| /external/rust/crates/vulkano/src/command_buffer/commands/ |
| D | debug.rs | 32 impl<L, A> AutoCommandBufferBuilder<L, A> implementation
|
| D | secondary.rs | 37 impl<L, A> AutoCommandBufferBuilder<L, A> implementation
|
| D | render_pass.rs | 43 impl<L, A> AutoCommandBufferBuilder<L, A> impl 544 impl<L, A> AutoCommandBufferBuilder<L, A> implementation
|
| D | clear.rs | 33 impl<L, A> AutoCommandBufferBuilder<L, A> implementation
|
| D | query.rs | 36 impl<L, A> AutoCommandBufferBuilder<L, A> implementation
|
| D | bind_push.rs | 52 impl<L, A> AutoCommandBufferBuilder<L, A> impl
|
| D | pipeline.rs | 52 impl<L, A> AutoCommandBufferBuilder<L, A> impl
|
| D | copy.rs | 38 impl<L, A> AutoCommandBufferBuilder<L, A> impl
|
| D | dynamic_state.rs | 41 impl<L, A> AutoCommandBufferBuilder<L, A> implementation
|