Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs355 pub max_framebuffer_height: u32, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs9202 pub max_framebuffer_height: u32, field
9863 pub fn max_framebuffer_height(mut self, max_framebuffer_height: u32) -> Self { in max_framebuffer_height() method