Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs30990 pub max_mesh_output_primitives: u32, field
31079 pub fn max_mesh_output_primitives(mut self, max_mesh_output_primitives: u32) -> Self { in max_mesh_output_primitives() method