Searched refs:max_mesh_output_layers (Results 1 – 2 of 2) sorted by relevance
413 pub max_mesh_output_layers: Option<u32>, field944 …efault () , max_mesh_output_components : Default :: default () , max_mesh_output_layers : Default … in default()949 …2 > :: from_vulkan) , max_mesh_output_layers : [properties_ffi . properties_mesh_shader_ext . map … in from()
35363 pub max_mesh_output_layers: u32, field35398 max_mesh_output_layers: u32::default(), in default()35544 pub fn max_mesh_output_layers(mut self, max_mesh_output_layers: u32) -> Self { in max_mesh_output_layers() method35545 self.inner.max_mesh_output_layers = max_mesh_output_layers; in max_mesh_output_layers()