Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs70847 pub apron_size: Extent2D, field
70857 apron_size: Extent2D::default(), in default()
70896 pub fn apron_size(mut self, apron_size: Extent2D) -> Self { in apron_size() method
70897 self.inner.apron_size = apron_size; in apron_size()