FrameGraph icon indicating copy to clipboard operation
FrameGraph copied to clipboard

Renderer agnostic frame graph library

Results 2 FrameGraph issues
Sort by recently updated
recently updated
newest added

FrameGraph’s compile logic skips passes with no used outputs (which includes side-effect-only passes) when determining each resource’s last usage. Possible fix: ``` // -- Calculate resources lifetime: for (auto &pass...

Currently, there exist per-resource callbacks for `preRead` and `preWrite`. This allows queueing up transitions etc. However, it would be useful to have a pre-pass callback that can operate on the...