Skip to main content

gst_vulkan_buffer_memory_alloc_with_buffer_info

Function gst_vulkan_buffer_memory_alloc_with_buffer_info 

Source
pub unsafe extern "C" fn gst_vulkan_buffer_memory_alloc_with_buffer_info(
    device: *mut GstVulkanDevice,
    buffer_info: *const VkBufferCreateInfo<'_>,
    mem_prop_flags: VkMemoryPropertyFlags,
) -> *mut GstMemory
Available on crate feature v1_24 only.