Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/out/
Dautogen.rs7465 max_mesh_output_vertices => {
7470 ffi_name: max_mesh_output_vertices,
/external/rust/crates/ash/src/vk/
Ddefinitions.rs30989 pub max_mesh_output_vertices: u32, field
31008 max_mesh_output_vertices: u32::default(), in default()
31075 pub fn max_mesh_output_vertices(mut self, max_mesh_output_vertices: u32) -> Self { in max_mesh_output_vertices() method
31076 self.inner.max_mesh_output_vertices = max_mesh_output_vertices; in max_mesh_output_vertices()