Realtime Compositor: Implement Denoise node #107375

Merged
Omar Emara merged 1 commits from OmarEmaraDev/blender:denoise-node into main 2023-05-09 11:09:14 +02:00

1 Commits

Author SHA1 Message Date
Omar Emara 468633fa06 Realtime Compositor: Implement Denoise node
This patch implements the Denoise node for the realtime compositor. The
denoiser executes on the CPU and we pay for the CPU<->GPU round trip to
memory, so this is not realtime, as one might expected. So this is just
a temporary implementation until OIDN supports GPU execution.
2023-04-26 17:13:46 +02:00