Skip to main content

ImagePlaneMemoryRequirementsInfoKHR

Type Alias ImagePlaneMemoryRequirementsInfoKHR 

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

Must be VK_STRUCTURE_TYPE_IMAGE_PLANE_MEMORY_REQUIREMENTS_INFO.

§p_next: *const c_void

Optional, may be null.

§plane_aspect: ImageAspectFlagBits