Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs30106 pub max_variable_descriptor_count: u32, field
30114 max_variable_descriptor_count: u32::default(), in default()
30156 pub fn max_variable_descriptor_count(mut self, max_variable_descriptor_count: u32) -> Self { in max_variable_descriptor_count() method
30157 self.inner.max_variable_descriptor_count = max_variable_descriptor_count; in max_variable_descriptor_count()