Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/vk/
Ddefinitions.rs30987 pub max_mesh_work_group_size: [u32; 3], field
31067 pub fn max_mesh_work_group_size(mut self, max_mesh_work_group_size: [u32; 3]) -> Self { in max_mesh_work_group_size() method