ffmpeg | branch: master | Lynne <d...@lynne.ee> | Sat Nov 23 19:03:01 2024 
+0100| [8ac49ae9e0fab632e5b1a7428e9f911d4a258873] | committer: Lynne

vulkan: add opaque field to execution contexts

Helps keep track of what dispatch happened where.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ac49ae9e0fab632e5b1a7428e9f911d4a258873
---

 libavutil/vulkan.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libavutil/vulkan.h b/libavutil/vulkan.h
index 9b46a279ca..ec20d1ef56 100644
--- a/libavutil/vulkan.h
+++ b/libavutil/vulkan.h
@@ -121,6 +121,9 @@ typedef struct FFVkExecContext {
     /* Fence for the command buffer */
     VkFence fence;
 
+    /* Opaque data, untouched, free to use by users */
+    void *opaque;
+
     void *query_data;
     int query_idx;
 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to