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/vulkan/context_android.c | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/vulkan/context_android.c') diff --git a/video/out/vulkan/context_android.c b/video/out/vulkan/context_android.c index ddab3917f1..d668bb4b94 100644 --- a/video/out/vulkan/context_android.c +++ b/video/out/vulkan/context_android.c @@ -89,6 +89,7 @@ static int android_control(struct ra_ctx *ctx, int *events, int request, void *a const struct ra_ctx_fns ra_ctx_vulkan_android = { .type = "vulkan", .name = "androidvk", + .description = "Android/Vulkan", .reconfig = android_reconfig, .control = android_control, .init = android_init, -- cgit v1.2.3