Home
last modified time | relevance | path

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

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