Skip to content

Frame graphs

Dzmitry Malyshau edited this page Feb 14, 2018 · 4 revisions

Frame graphs are a design pattern for handling complex rendering pipelines, which are currently used in industry. Their usage is motivated by handling barriers, queue synchronization and memory aliasing in the background by abstracting the rendering pipeline of a frame on a higher level.

Resources

Projects

Clone this wiki locally