Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorPatrick Mours <pmours@nvidia.com>2022-08-12 17:13:09 +0300
committerPatrick Mours <pmours@nvidia.com>2022-08-12 17:13:09 +0300
commit515a15f200ed3323b7cccc584c2c46d28a4ca562 (patch)
tree4098605f558457e0af34f5436797fda621976057 /intern
parent79787bf8e1e1d766e34dc6f8c5eda2efcceaa6cc (diff)
Fix syntax error introduced in previous commit
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/integrator/path_trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/integrator/path_trace.h b/intern/cycles/integrator/path_trace.h
index 9531e4fb186..59382b51d23 100644
--- a/intern/cycles/integrator/path_trace.h
+++ b/intern/cycles/integrator/path_trace.h
@@ -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