hwcontext_vulkan: correct comment in header

release/7.1
Lynne 7 months ago
parent 1c05661ec4
commit 0b25f0bc1d
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 5
      libavutil/hwcontext_vulkan.h

@ -63,9 +63,8 @@ typedef struct AVVulkanDeviceContext {
const VkAllocationCallbacks *alloc;
/**
* Pointer to the instance-provided vkGetInstanceProcAddr loading function.
* If NULL, will pick either libvulkan or libvolk, depending on libavutil's
* compilation settings, and set this field.
* Pointer to a vkGetInstanceProcAddr loading function.
* If unset, will dynamically load and use libvulkan.
*/
PFN_vkGetInstanceProcAddr get_proc_addr;

Loading…
Cancel
Save