Unverified Commit acfef378 authored by Lynne's avatar Lynne

hwcontext_vulkan: update debugging layer name

parent 030a565b
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment