vulkan: add opaque field to execution contexts

Helps keep track of what dispatch happened where.
pull/391/head
Lynne 2 months ago
parent d485420237
commit 8ac49ae9e0
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 3
      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;

Loading…
Cancel
Save