render/vulkan: fix typo in wlr_vk_texture.views comment

This commit is contained in:
Simon Ser 2025-02-23 15:08:04 +01:00
parent dd3d9be41e
commit b1a9dab03e

View file

@ -478,7 +478,7 @@ struct wlr_vk_texture {
struct wlr_buffer *buffer;
struct wlr_addon buffer_addon;
struct wl_list views; // struct wlr_vk_texture_ds.link
struct wl_list views; // struct wlr_vk_texture_view.link
};
struct wlr_vk_texture *vulkan_get_texture(struct wlr_texture *wlr_texture);