You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
vulkan: add opaque field to execution contexts
Helps keep track of what dispatch happened where.
This commit is contained in:
@@ -121,6 +121,9 @@ typedef struct FFVkExecContext {
|
|||||||
/* Fence for the command buffer */
|
/* Fence for the command buffer */
|
||||||
VkFence fence;
|
VkFence fence;
|
||||||
|
|
||||||
|
/* Opaque data, untouched, free to use by users */
|
||||||
|
void *opaque;
|
||||||
|
|
||||||
void *query_data;
|
void *query_data;
|
||||||
int query_idx;
|
int query_idx;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user