gst_vulkan_image_memory_init

Function gst_vulkan_image_memory_init 

Source
pub unsafe extern "C" fn gst_vulkan_image_memory_init(
    mem: *mut GstVulkanImageMemory,
    allocator: *mut GstAllocator,
    parent: *mut GstMemory,
    device: *mut GstVulkanDevice,
    format: VkFormat,
    usage: VkImageUsageFlags,
    initial_layout: VkImageLayout,
    params: *mut GstAllocationParams,
    size: size_t,
    user_data: gpointer,
    notify: GDestroyNotify,
) -> gboolean