Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs40622 pub struct PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'a> { struct
40626 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'_> {} implementation
40628 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'_> {} implementation
40630 impl<'a> ::std::ops::Deref for PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'a> { implementation
40636 impl<'a> ::std::ops::DerefMut for PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'a> { implementation
40641 impl<'a> PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'a> { implementation