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
diff options
context:
space:
mode:
authorPatrick Mours <pmours@nvidia.com>2022-08-12 17:14:51 +0300
committerPatrick Mours <pmours@nvidia.com>2022-08-12 17:14:51 +0300
commitd13ed3c1575c5bc840c322ef7fc86b6b8505d450 (patch)
treeba071384e470a95cea5e1e22b4442e60ffbd0036
parente7908c079042b8d64ee2a39bf2630e676e89fe6d (diff)
parent515a15f200ed3323b7cccc584c2c46d28a4ca562 (diff)
Merge branch 'blender-v3.3-release'
-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