1
0
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:
Lynne
2024-11-23 19:03:01 +01:00
parent d485420237
commit 8ac49ae9e0

View File

@@ -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;