Skip to content

Commit

Permalink
vulkan/mac: fix surface extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
rcombs authored and Dudemanguy committed Sep 26, 2023
1 parent 9072d29 commit 25111f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video/out/vulkan/context_mac.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static bool macos_vk_init(struct ra_ctx *ctx)
struct mpvk_ctx *vk = &p->vk;
int msgl = ctx->opts.probing ? MSGL_V : MSGL_ERR;

if (!mpvk_init(vk, ctx, VK_MVK_MACOS_SURFACE_EXTENSION_NAME))
if (!mpvk_init(vk, ctx, VK_EXT_METAL_SURFACE_EXTENSION_NAME))
goto error;

p->vo_macos = [[MacCommon alloc] init:ctx->vo];
Expand Down

0 comments on commit 25111f7

Please sign in to comment.