Fix syntax error introduced in previous commit

This commit is contained in:
Patrick Mours 2022-08-12 16:13:09 +02:00
parent 79787bf8e1
commit 515a15f200
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ class PathTrace {
unique_ptr<Denoiser> denoiser_;
/* Denoiser device descriptor which holds the denoised big tile for multi-device workloads. */
unique_ptr<PathTraceWork> denoiser_buffer_;
unique_ptr<PathTraceWork> big_tile_denoise_work_;
/* State which is common for all the steps of the render work.
* Is brought up to date in the `render()` call and is accessed from all the steps involved into