Lines Matching refs:PhysicalDeviceVulkanMemoryModelFeatures
28659 pub struct PhysicalDeviceVulkanMemoryModelFeatures { struct
28666 impl ::std::default::Default for PhysicalDeviceVulkanMemoryModelFeatures { argument
28667 fn default() -> PhysicalDeviceVulkanMemoryModelFeatures { in default()
28668 PhysicalDeviceVulkanMemoryModelFeatures { in default()
28677 impl PhysicalDeviceVulkanMemoryModelFeatures { impl
28680 inner: PhysicalDeviceVulkanMemoryModelFeatures::default(), in builder()
28687 inner: PhysicalDeviceVulkanMemoryModelFeatures,
28691 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVulkanMemoryModelFeatures {} implementation
28693 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceVulkanMemoryModelFeatures {} implementation
28695 type Target = PhysicalDeviceVulkanMemoryModelFeatures;
28729 pub fn build(self) -> PhysicalDeviceVulkanMemoryModelFeatures { in build() argument