pub type ImagePlaneMemoryRequirementsInfoKHR = ImagePlaneMemoryRequirementsInfo;Aliased Type§
#[repr(C)]pub struct ImagePlaneMemoryRequirementsInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub plane_aspect: ImageAspectFlagBits,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO.
p_next: *const c_voidOptional, may be null.
plane_aspect: ImageAspectFlagBits