Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs12974 .features_legacy_dithering_ext in write()
16453 .features_legacy_dithering_ext in from()
19439 features_legacy_dithering_ext: Option<ash::vk::PhysicalDeviceLegacyDitheringFeaturesEXT>, field
20445 self.features_legacy_dithering_ext = Some(Default::default()); in make_chain()
20446 let member = self.features_legacy_dithering_ext.as_mut().unwrap(); in make_chain()