From 2533ea764f3fd506b619925611b4b8446d999c13 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:18:44 -0400 Subject: various: add GPU context description Now that obj_settings_list is used for GPU contexts, detailed descriptions can be added so that --gpu-context=help can print the descriptions of the GPU contexts using standard obj_settings_list help printing. --- video/out/opengl/context_dxinterop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/opengl/context_dxinterop.c') diff --git a/video/out/opengl/context_dxinterop.c b/video/out/opengl/context_dxinterop.c index cda696f71b..3ebdfbeaa0 100644 --- a/video/out/opengl/context_dxinterop.c +++ b/video/out/opengl/context_dxinterop.c @@ -598,6 +598,7 @@ static int dxgl_control(struct ra_ctx *ctx, int *events, int request, const struct ra_ctx_fns ra_ctx_dxgl = { .type = "opengl", .name = "dxinterop", + .description = "WGL rendering/Direct3D 9Ex presentation", .init = dxgl_init, .reconfig = dxgl_reconfig, .control = dxgl_control, -- cgit v1.2.3