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:
authorThomas Dinges <blender@dingto.org>2016-05-09 03:22:01 +0300
committerThomas Dinges <blender@dingto.org>2016-05-09 03:22:01 +0300
commit9a1e11260c667dce5df123c2b451d119d8c05a7b (patch)
treeebe69d91a9c2853fe82e88697fc6108a69f302b0 /intern/cycles/render/scene.h
parent5fe1bea2daecd7670a6a7688a24432e9dce96802 (diff)
Cleanup: More byte -> byte4 renaming for consistency.
Diffstat (limited to 'intern/cycles/render/scene.h')
-rw-r--r--intern/cycles/render/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/scene.h b/intern/cycles/render/scene.h
index 4f139e4d73f..b05e5a61ee9 100644
--- a/intern/cycles/render/scene.h
+++ b/intern/cycles/render/scene.h
@@ -109,7 +109,7 @@ public:
device_vector<uint> sobol_directions;
/* cpu images */
- device_vector<uchar4> tex_byte_image[TEX_NUM_BYTE_IMAGES_CPU];
+ device_vector<uchar4> tex_byte4_image[TEX_NUM_BYTE4_IMAGES_CPU];
device_vector<float4> tex_float4_image[TEX_NUM_FLOAT4_IMAGES_CPU];
/* opencl images */