Skip to main content

gst_vulkan_image_buffer_pool_config_set_allocation_params

Function gst_vulkan_image_buffer_pool_config_set_allocation_params 

Source
pub unsafe extern "C" fn gst_vulkan_image_buffer_pool_config_set_allocation_params(
    config: *mut GstStructure,
    usage: VkImageUsageFlags,
    mem_properties: VkMemoryPropertyFlags,
    initial_layout: VkImageLayout,
    initial_access: u64,
)
Available on crate feature v1_24 only.