Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs11880 .features_depth_clamp_zero_one_ext in write()
15554 .features_depth_clamp_zero_one_ext in from()
19413 features_depth_clamp_zero_one_ext: Option<ash::vk::PhysicalDeviceDepthClampZeroOneFeaturesEXT>, field
20256 self.features_depth_clamp_zero_one_ext = Some(Default::default()); in make_chain()
20257 let member = self.features_depth_clamp_zero_one_ext.as_mut().unwrap(); in make_chain()