Struct vk_sys::Extent2D
[−]
[src]
#[repr(C)]pub struct Extent2D { pub width: u32, pub height: u32, }
Fields
width: u32
height: u32