monado/doc/changes/compositor/mr.1969.2.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
220 B
Markdown
Raw Normal View History

2023-09-27 19:52:29 +00:00
render: Refactor gfx path code to split out render pass vulkan objects from
the render target resources struct into the `render_gfx_render_pass` struct.
This allows the render pass to be reused for more than one target.