mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
render/vulkan: fix typo in wlr_vk_texture.views comment
This commit is contained in:
parent
dd3d9be41e
commit
b1a9dab03e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue