Skip to main content

BindImagePlaneMemoryInfoKHR

Type Alias BindImagePlaneMemoryInfoKHR 

Source
pub type BindImagePlaneMemoryInfoKHR = BindImagePlaneMemoryInfo;

Aliased Type§

#[repr(C)]
pub struct BindImagePlaneMemoryInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub plane_aspect: ImageAspectFlagBits, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_BIND_IMAGE_PLANE_MEMORY_INFO.

§p_next: *const c_void

Optional, may be null.

§plane_aspect: ImageAspectFlagBits