Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs513 pub max_sampler_allocation_count: u32, field
944 … default () , max_sample_mask_words : Default :: default () , max_sampler_allocation_count : Defau… in default()
949 …) . unwrap () , max_sampler_allocation_count : [properties_ffi . properties_vulkan10 . properties … in from()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs9134 pub max_sampler_allocation_count: u32, field
9245 max_sampler_allocation_count: u32::default(), in default()
9420 pub fn max_sampler_allocation_count(mut self, max_sampler_allocation_count: u32) -> Self { in max_sampler_allocation_count() method
9421 self.inner.max_sampler_allocation_count = max_sampler_allocation_count; in max_sampler_allocation_count()