Function gst_ vulkan_ operation_ add_ frame_ barrier
Source pub unsafe extern "C" fn gst_vulkan_operation_add_frame_barrier(
self_: *mut GstVulkanOperation,
frame: *mut GstBuffer,
src_stage: u64,
dst_stage: u64,
new_access: u64,
new_layout: VkImageLayout,
new_queue: *mut GstVulkanQueue,
) -> gboolean