summaryrefslogtreecommitdiffstats
path: root/video/out/vulkan/context_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vulkan/context_win.c')
-rw-r--r--video/out/vulkan/context_win.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vulkan/context_win.c b/video/out/vulkan/context_win.c
index 328753fa69..6484a31355 100644
--- a/video/out/vulkan/context_win.c
+++ b/video/out/vulkan/context_win.c
@@ -107,6 +107,7 @@ static void win_update_render_opts(struct ra_ctx *ctx)
const struct ra_ctx_fns ra_ctx_vulkan_win = {
.type = "vulkan",
.name = "winvk",
+ .description = "Win32/Vulkan",
.reconfig = win_reconfig,
.control = win_control,
.update_render_opts = win_update_render_opts,