pub type ImageMemoryRequirementsInfo2KHR = ImageMemoryRequirementsInfo2;Aliased Type§
#[repr(C)]pub struct ImageMemoryRequirementsInfo2KHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2.
p_next: *const c_voidOptional, may be null.
image: Image