Home
last modified time | relevance | path

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

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