Struct asi_vulkan::types::VkExtent3D [] [src]

#[repr(C)]
pub struct VkExtent3D { pub width: u32, pub height: u32, pub depth: u32, }

Fields