Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/swapchain/
Dcapabilities.rs347 pub struct SupportedSurfaceTransforms { struct
359 impl From<ash::vk::SurfaceTransformFlagsKHR> for SupportedSurfaceTransforms { argument
428 impl SupportedSurfaceTransforms { implementation
Ddisplay.rs267 pub fn supported_transforms(&self) -> SupportedSurfaceTransforms { in supported_transforms()