pub type VkMemoryDedicatedAllocateInfoKHR = VkMemoryDedicatedAllocateInfo;

Aliased Type§

struct VkMemoryDedicatedAllocateInfoKHR {
    pub sType: u32,
    pub pNext: *const c_void,
    pub image: *mut VkImage_T,
    pub buffer: *mut VkBuffer_T,
}

Fields§

§sType: u32§pNext: *const c_void§image: *mut VkImage_T§buffer: *mut VkBuffer_T