Home
last modified time | relevance | path

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

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