Searched refs:max_ray_recursion_depth (Results 1 – 2 of 2) sorted by relevance
501 pub max_ray_recursion_depth: Option<u32>, field944 …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()
37359 pub max_ray_recursion_depth: u32, field37374 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() method37425 self.inner.max_ray_recursion_depth = max_ray_recursion_depth; in max_ray_recursion_depth()