pub type ImageViewUsageCreateInfoKHR = ImageViewUsageCreateInfo;Expand description
Aliased Type§
#[repr(C)]pub struct ImageViewUsageCreateInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub usage: ImageUsageFlags,
}Fields§
§s_type: StructureType§next: *const c_void§usage: ImageUsageFlags