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/render/scene.h')
-rw-r--r--intern/cycles/render/scene.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/intern/cycles/render/scene.h b/intern/cycles/render/scene.h
index a1966afd23b..32d5c0943e4 100644
--- a/intern/cycles/render/scene.h
+++ b/intern/cycles/render/scene.h
@@ -113,14 +113,6 @@ public:
/* integrator */
device_vector<uint> sobol_directions;
- /* cpu images */
- vector<device_vector<float4>* > tex_float4_image;
- vector<device_vector<uchar4>* > tex_byte4_image;
- vector<device_vector<half4>* > tex_half4_image;
- vector<device_vector<float>* > tex_float_image;
- vector<device_vector<uchar>* > tex_byte_image;
- vector<device_vector<half>* > tex_half_image;
-
KernelData data;
};