Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs28686 pub struct PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a> { struct
28690 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'_> {} argument
28692 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'_> {} implementation
28694 impl<'a> ::std::ops::Deref for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a> { implementation
28700 impl<'a> ::std::ops::DerefMut for PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a> { implementation
28705 impl<'a> PhysicalDeviceVulkanMemoryModelFeaturesBuilder<'a> { impl