Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs40614 pub fn builder<'a>() -> PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'a> { in builder()
40615 PhysicalDeviceCoherentMemoryFeaturesAMDBuilder { in builder()
40622 pub struct PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'a> { struct
40626 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCoherentMemoryFeaturesAMDBuilder<'_> {} argument
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> { impl