Skip to main content

ImageMemoryRequirementsInfo2KHR

Type Alias ImageMemoryRequirementsInfo2KHR 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2.

§p_next: *const c_void

Optional, may be null.

§image: Image