Home
last modified time | relevance | path

Searched defs:DeviceGroupRenderPassBeginInfoBuilder (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs19939 pub struct DeviceGroupRenderPassBeginInfoBuilder<'a> { struct
19943 unsafe impl ExtendsRenderPassBeginInfo for DeviceGroupRenderPassBeginInfoBuilder<'_> {} argument
19945 unsafe impl ExtendsRenderingInfo for DeviceGroupRenderPassBeginInfoBuilder<'_> {} implementation
19947 impl<'a> ::std::ops::Deref for DeviceGroupRenderPassBeginInfoBuilder<'a> { implementation
19953 impl<'a> ::std::ops::DerefMut for DeviceGroupRenderPassBeginInfoBuilder<'a> { implementation
19958 impl<'a> DeviceGroupRenderPassBeginInfoBuilder<'a> { impl