Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs419 pub max_mesh_output_vertices: Option<u32>, field
944 …fault () , max_mesh_output_primitives : Default :: default () , max_mesh_output_vertices : Default… in default()
949max_mesh_output_vertices : [properties_ffi . properties_mesh_shader_ext . map (| s | s . max_mesh_… in from()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs35057 pub max_mesh_output_vertices: u32, field
35077 max_mesh_output_vertices: u32::default(), in default()
35156 pub fn max_mesh_output_vertices(mut self, max_mesh_output_vertices: u32) -> Self { in max_mesh_output_vertices() method
35157 self.inner.max_mesh_output_vertices = max_mesh_output_vertices; in max_mesh_output_vertices()
35361 pub max_mesh_output_vertices: u32, field
35396 max_mesh_output_vertices: u32::default(), in default()
35534 pub fn max_mesh_output_vertices(mut self, max_mesh_output_vertices: u32) -> Self { in max_mesh_output_vertices() method
35535 self.inner.max_mesh_output_vertices = max_mesh_output_vertices; in max_mesh_output_vertices()