Type Alias VkBindImagePlaneMemoryInfoKHR

Source
pub type VkBindImagePlaneMemoryInfoKHR = VkBindImagePlaneMemoryInfo;

Aliased Type§

struct VkBindImagePlaneMemoryInfoKHR {
    pub sType: u32,
    pub pNext: *const c_void,
    pub planeAspect: u32,
}

Fields§

§sType: u32§pNext: *const c_void§planeAspect: u32