summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gpu/context.h')
-rw-r--r--video/out/gpu/context.h1
1 files changed, 0 insertions, 1 deletions
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 {