mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
render/vulkan: rename plain to two_pass
We will introduce a new subpass without any post-processing step. Rename "plain" so that there's no confusion.
This commit is contained in:
parent
dd7f543189
commit
54374b6fe6
3 changed files with 48 additions and 48 deletions
|
|
@ -241,10 +241,10 @@ struct wlr_vk_render_buffer {
|
|||
VkDescriptorSet blend_descriptor_set;
|
||||
struct wlr_vk_descriptor_pool *blend_attachment_pool;
|
||||
bool blend_transitioned;
|
||||
} plain;
|
||||
} two_pass;
|
||||
};
|
||||
|
||||
bool vulkan_setup_plain_framebuffer(struct wlr_vk_render_buffer *buffer,
|
||||
bool vulkan_setup_two_pass_framebuffer(struct wlr_vk_render_buffer *buffer,
|
||||
const struct wlr_dmabuf_attributes *dmabuf);
|
||||
|
||||
struct wlr_vk_command_buffer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue