Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/
Dphysical.rs2257 unsafe { Ok(self.win32_presentation_support_unchecked(queue_family_index)) } in win32_presentation_support()
2287 pub unsafe fn win32_presentation_support_unchecked(&self, queue_family_index: u32) -> bool { in win32_presentation_support_unchecked() method