Searched defs:SyncCommandBufferBuilder (Results 1 – 11 of 11) sorted by relevance
70 pub struct SyncCommandBufferBuilder { struct71 inner: UnsafeCommandBufferBuilder,72 level: CommandBufferLevel,76 pub(in crate::command_buffer) commands: Vec<Box<dyn Command>>,80 pending_barrier: DependencyInfo,105 impl SyncCommandBufferBuilder { argument116 ) -> Result<SyncCommandBufferBuilder, OomError> { in new()148 ) -> SyncCommandBufferBuilder { in from_unsafe_cmd()900 unsafe impl DeviceOwned for SyncCommandBufferBuilder { implementation907 impl Debug for SyncCommandBufferBuilder { implementation
179 impl SyncCommandBufferBuilder { implementation
25 impl SyncCommandBufferBuilder { implementation
398 impl SyncCommandBufferBuilder { implementation
532 impl SyncCommandBufferBuilder { implementation
621 impl SyncCommandBufferBuilder { implementation
716 impl SyncCommandBufferBuilder { impl
1459 impl SyncCommandBufferBuilder { implementation
1666 impl SyncCommandBufferBuilder { implementation
2583 impl SyncCommandBufferBuilder { implementation
1726 impl SyncCommandBufferBuilder { implementation