Browse Source

hwcontext_vulkan: update debugging layer name

tags/n4.3
Lynne 5 years ago
parent
commit
acfef378b7
No known key found for this signature in database GPG Key ID: A2FEA5F03F034464
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/hwcontext_vulkan.c

+ 1
- 1
libavutil/hwcontext_vulkan.c View File

@@ -425,7 +425,7 @@ static int create_instance(AVHWDeviceContext *ctx, AVDictionary *opts)
return err;

if (debug_mode) {
static const char *layers[] = { "VK_LAYER_LUNARG_standard_validation" };
static const char *layers[] = { "VK_LAYER_KHRONOS_validation" };
inst_props.ppEnabledLayerNames = layers;
inst_props.enabledLayerCount = FF_ARRAY_ELEMS(layers);
}


Loading…
Cancel
Save