summaryrefslogtreecommitdiffstats
path: root/video/out/vulkan/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vulkan/common.h')
-rw-r--r--video/out/vulkan/common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/video/out/vulkan/common.h b/video/out/vulkan/common.h
index 4165ec10ee..75c80402cb 100644
--- a/video/out/vulkan/common.h
+++ b/video/out/vulkan/common.h
@@ -29,9 +29,9 @@
struct mpvk_ctx {
struct mp_log *log;
pl_log pllog;
- const struct pl_vk_inst *vkinst;
- const struct pl_vulkan *vulkan;
- const struct pl_gpu *gpu; // points to vulkan->gpu for convenience
- const struct pl_swapchain *swapchain;
+ pl_vk_inst vkinst;
+ pl_vulkan vulkan;
+ pl_gpu gpu; // points to vulkan->gpu for convenience
+ pl_swapchain swapchain;
VkSurfaceKHR surface;
};