Struct vk_sys::ImageSubresource [] [src]

#[repr(C)]
pub struct ImageSubresource { pub aspectMask: ImageAspectFlags, pub mipLevel: u32, pub arrayLayer: u32, }

Fields