Skip to content

Frame graphs

msiglreith edited this page Dec 11, 2017 · 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

Clone this wiki locally