pub type ImageSubresource2KHR = ImageSubresource2;Aliased Type§
#[repr(C)]pub struct ImageSubresource2KHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub image_subresource: ImageSubresource,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_SUBRESOURCE_2.
p_next: *mut c_voidOptional, may be null.
image_subresource: ImageSubresource