Type Alias SurfaceFormat

Source
pub type SurfaceFormat = VkSurfaceFormatKHR;

Aliased Type§

#[repr(C)]
pub struct SurfaceFormat { pub format: i32, pub colorSpace: i32, }

Fields§

§format: i32§colorSpace: i32