From 62904203804afb614f4809495f1a1bb6e4006aaa Mon Sep 17 00:00:00 2001 From: Anton Kindestam Date: Sat, 28 Sep 2019 10:26:23 +0200 Subject: vo: make swapchain-depth option generic for all VOs In preparation for making vo_drm able to use swapchain-depth --- video/out/gpu/context.h | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/gpu/context.h') diff --git a/video/out/gpu/context.h b/video/out/gpu/context.h index ef48e6053f..b080e836c8 100644 --- a/video/out/gpu/context.h +++ b/video/out/gpu/context.h @@ -10,7 +10,6 @@ struct ra_ctx_opts { int want_alpha; // create an alpha framebuffer if possible int debug; // enable debugging layers/callbacks etc. bool probing; // the backend was auto-probed - int swapchain_depth; // max number of images to render ahead }; struct ra_ctx { -- cgit v1.2.3