Commit: 2a2d90e6e0ac08f56aea08c1c0e8bdb2ff904c66
Author: Campbell Barton
Date:   Fri Feb 13 04:40:06 2015 +1100
Branches: viewport_experiments
https://developer.blender.org/rB2a2d90e6e0ac08f56aea08c1c0e8bdb2ff904c66

error in last commit

===================================================================

M       source/blender/gpu/intern/gpu_compositing.c

===================================================================

diff --git a/source/blender/gpu/intern/gpu_compositing.c 
b/source/blender/gpu/intern/gpu_compositing.c
index f2cd384..5a8fd93 100644
--- a/source/blender/gpu/intern/gpu_compositing.c
+++ b/source/blender/gpu/intern/gpu_compositing.c
@@ -812,7 +812,7 @@ bool GPU_fx_do_composite_pass(GPUFX *fx, float 
projmat[4][4], bool is_persp, str
                        GPU_shader_uniform_texture(dof_shader_pass5, 
depth_uniform, fx->depth_buffer);
 
                        /* if this is the last pass, prepare for rendering on 
the frambuffer */
-                       GPU_fx_bind_render_target(&passes_left, fx, ofs, 
target);
+                       gpu_fx_bind_render_target(&passes_left, fx, ofs, 
target);
 
                        glDrawArrays(GL_TRIANGLE_STRIP, 0, 4);
                        /* disable bindings */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to