Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs425 pub max_mesh_shared_memory_size: Option<u32>, field
944 …_mesh_payload_and_shared_memory_size : Default :: default () , max_mesh_shared_memory_size : Defau… in default()
949 …: from_vulkan) , max_mesh_shared_memory_size : [properties_ffi . properties_mesh_shader_ext . map … in from()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs35356 pub max_mesh_shared_memory_size: u32, field
35391 max_mesh_shared_memory_size: u32::default(), in default()
35501 pub fn max_mesh_shared_memory_size(mut self, max_mesh_shared_memory_size: u32) -> Self { in max_mesh_shared_memory_size() method
35502 self.inner.max_mesh_shared_memory_size = max_mesh_shared_memory_size; in max_mesh_shared_memory_size()