Home
last modified time | relevance | path

Searched refs:ExtendsCommandBufferBeginInfo (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ash/src/vk/
Ddefinitions.rs6949 pub unsafe trait ExtendsCommandBufferBeginInfo {} trait
6975 pub fn push_next<T: ExtendsCommandBufferBeginInfo>(mut self, next: &'a mut T) -> Self { in push_next()
17961 unsafe impl ExtendsCommandBufferBeginInfo for DeviceGroupCommandBufferBeginInfoBuilder<'_> {}
17962 unsafe impl ExtendsCommandBufferBeginInfo for DeviceGroupCommandBufferBeginInfo {}