diff --git a/video/out/vulkan/context.c b/video/out/vulkan/context.c index 8d4ae95f2fdc1..6ae3a1912f2d3 100644 --- a/video/out/vulkan/context.c +++ b/video/out/vulkan/context.c @@ -265,9 +265,6 @@ bool ra_vk_ctx_init(struct ra_ctx *ctx, struct mpvk_ctx *vk, .surface = vk->surface, .present_mode = preferred_mode, .swapchain_depth = ctx->vo->opts->swapchain_depth, - // mpv already handles resize events, so gracefully allow suboptimal - // swapchains to exist in order to make resizing even smoother - .allow_suboptimal = true, }; if (p->opts->swap_mode >= 0) // user override