Skip to main content

vkAllocateMemory

Function vkAllocateMemory 

Source
pub unsafe extern "system" fn vkAllocateMemory(
    device: VkDevice,
    pAllocateInfo: *const VkMemoryAllocateInfo,
    pAllocator: *const VkAllocationCallbacks,
    pMemory: *mut VkDeviceMemory,
) -> VkResult
Expand description

Available if built with exported-prototypes.