Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs47615 pub struct PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'a> { struct
47619 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'_> {} implementation
47621 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'_> {} implementation
47623 impl<'a> ::std::ops::Deref for PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'a> { implementation
47629 impl<'a> ::std::ops::DerefMut for PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'a> { implementation
47634 impl<'a> PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'a> { implementation