Home
last modified time | relevance | path

Searched defs:max_mesh_output_layers (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs413 pub max_mesh_output_layers: Option<u32>, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs35363 pub max_mesh_output_layers: u32, field
35544 pub fn max_mesh_output_layers(mut self, max_mesh_output_layers: u32) -> Self { in max_mesh_output_layers() method