Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs245 pub max_bound_descriptor_sets: u32, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs9137 pub max_bound_descriptor_sets: u32, field
9435 pub fn max_bound_descriptor_sets(mut self, max_bound_descriptor_sets: u32) -> Self { in max_bound_descriptor_sets() method