evas: fix Evas.Canvas3D color pick

Summary:
After this commit	684c51360f it didn't work
Miss bind color pick texture to drawable data
@fix

Reviewers: Hermet, cedric

Reviewed By: cedric

Subscribers: cedric, Ievgen, se.osadchy

Differential Revision: https://phab.enlightenment.org/D2724

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Oleksandr Shcherbina 2015-06-22 11:11:29 +02:00 committed by Cedric BAIL
parent 5541f8ead1
commit ac4b6422f4
1 changed files with 2 additions and 0 deletions

View File

@ -395,6 +395,8 @@ e3d_drawable_new(int w, int h, int alpha, GLenum depth_format, GLenum stencil_fo
drawable->stencil_format = stencil_format;
drawable->tex = tex;
drawable->fbo = fbo;
drawable->texcolorpick = texcolorpick;
drawable->color_pick_fb_id = color_pick_fb_id;
drawable->depth_stencil_buf = depth_stencil_buf;
drawable->depth_buf = depth_buf;
drawable->stencil_buf = stencil_buf;