Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs417 pub max_mesh_output_primitives: Option<u32>, field
944 …ult () , max_mesh_output_memory_size : Default :: default () , max_mesh_output_primitives : Defaul… in default()
949max_mesh_output_primitives : [properties_ffi . properties_mesh_shader_ext . map (| s | s . max_mes… in from()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs35058 pub max_mesh_output_primitives: u32, field
35078 max_mesh_output_primitives: u32::default(), in default()
35161 pub fn max_mesh_output_primitives(mut self, max_mesh_output_primitives: u32) -> Self { in max_mesh_output_primitives() method
35162 self.inner.max_mesh_output_primitives = max_mesh_output_primitives; in max_mesh_output_primitives()
35362 pub max_mesh_output_primitives: u32, field
35397 max_mesh_output_primitives: u32::default(), in default()
35539 pub fn max_mesh_output_primitives(mut self, max_mesh_output_primitives: u32) -> Self { in max_mesh_output_primitives() method
35540 self.inner.max_mesh_output_primitives = max_mesh_output_primitives; in max_mesh_output_primitives()