TeamWisp / WispRenderer

RTX Ray Tracing Renderer, made by Y3 students at Breda University of Applied Science
https://teamwisp.github.io
Apache License 2.0
202 stars 14 forks source link

Lower rendertask count for bloom #349

Closed DBouma closed 5 years ago

DBouma commented 5 years ago

Is your request related to a problem? Please describe. Bloom currently takes 9 render tasks, which uses duplicate code. Should change either to use one render task.

Describe the solution you'd like As discussed we either need to add a function of "getpredecessorRenderTargetsss" to get multiple outputs from multiple outputs from the same task. OR we need to make render tasks reusable.

Describe alternatives you've considered read above.