Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs501 pub max_ray_recursion_depth: Option<u32>, field
944 …efault () , max_ray_hit_attribute_size : Default :: default () , max_ray_recursion_depth : Default… in default()
949 … from_vulkan) , max_ray_recursion_depth : [properties_ffi . properties_ray_tracing_pipeline_khr . … in from()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs37359 pub max_ray_recursion_depth: u32, field
37374 max_ray_recursion_depth: u32::default(), in default()
37424 pub fn max_ray_recursion_depth(mut self, max_ray_recursion_depth: u32) -> Self { in max_ray_recursion_depth() method
37425 self.inner.max_ray_recursion_depth = max_ray_recursion_depth; in max_ray_recursion_depth()