You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-30 22:24:04 +02:00
hwcontext_vulkan: update debugging layer name
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user