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.
|
2024-02-09 15:58:17 +00:00
|
|
|
This allows the render pass to be reused for more than one target.
|