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_angle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/opengl/context_angle.c') diff --git a/video/out/opengl/context_angle.c b/video/out/opengl/context_angle.c index 553718af24..3a70c09c7e 100644 --- a/video/out/opengl/context_angle.c +++ b/video/out/opengl/context_angle.c @@ -646,6 +646,7 @@ static int angle_control(struct ra_ctx *ctx, int *events, int request, void *arg const struct ra_ctx_fns ra_ctx_angle = { .type = "opengl", .name = "angle", + .description = "Win32/ANGLE (via Direct3D)", .init = angle_init, .reconfig = angle_reconfig, .control = angle_control, -- cgit v1.2.3