pub type ImageViewUsageCreateInfoKHR = ImageViewUsageCreateInfo;

Aliased Type§

struct ImageViewUsageCreateInfoKHR {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub usage: ImageUsageFlags,
}

Fields§

§s_type: StructureType§p_next: *const c_void§usage: ImageUsageFlags