Render Graph #15

Closed
opened 2024-04-28 17:48:31 -04:00 by SeanOMik · 0 comments
Owner

A Render Graph can be used to better lay out the execution order of the renderer and its passes. This makes it a lot easier to implement new passes. It also makes code cleaner when reusing resources from other passes.

Resources:

A Render Graph can be used to better lay out the execution order of the renderer and its passes. This makes it a lot easier to implement new passes. It also makes code cleaner when reusing resources from other passes. Resources: * https://logins.github.io/graphics/2021/05/31/RenderGraphs.html * https://andrewcjp.wordpress.com/2019/09/28/the-render-graph-architecture/ (has a few good diagrams) * https://blog.traverseresearch.nl/render-graph-101-f42646255636
SeanOMik added the
Kind/Enhancement
Kind/Feature
Priority
Medium
labels 2024-04-28 17:48:31 -04:00
SeanOMik added reference feature/render-graph 2024-04-28 17:51:19 -04:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: SeanOMik/lyra-engine#15
No description provided.