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:
Diffstat (limited to 'intern/cycles/integrator/path_trace_work_cpu.h')
-rw-r--r--intern/cycles/integrator/path_trace_work_cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/cycles/integrator/path_trace_work_cpu.h b/intern/cycles/integrator/path_trace_work_cpu.h
index d011e8d05bd..91c024f4e4a 100644
--- a/intern/cycles/integrator/path_trace_work_cpu.h
+++ b/intern/cycles/integrator/path_trace_work_cpu.h
@@ -28,7 +28,7 @@
CCL_NAMESPACE_BEGIN
struct KernelWorkTile;
-struct KernelGlobals;
+struct KernelGlobalsCPU;
class CPUKernels;
@@ -64,7 +64,7 @@ class PathTraceWorkCPU : public PathTraceWork {
protected:
/* Core path tracing routine. Renders given work time on the given queue. */
- void render_samples_full_pipeline(KernelGlobals *kernel_globals,
+ void render_samples_full_pipeline(KernelGlobalsCPU *kernel_globals,
const KernelWorkTile &work_tile,
const int samples_num);