Home
last modified time | relevance | path

Searched defs: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
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs35356 pub max_mesh_shared_memory_size: u32, field
35501 pub fn max_mesh_shared_memory_size(mut self, max_mesh_shared_memory_size: u32) -> Self { in max_mesh_shared_memory_size() method