Skip to content

Commit

Permalink
Update Renderer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gallickgunner committed Mar 6, 2019
1 parent 09565c2 commit a295b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ namespace yune
);
CL_context::checkError(err, __FILE__, __LINE__ -1);

err = clEnqueueReleaseGLObjects(cl_manager.comm_queue, 2, cl_manager.image_buffers, 0, NULL, NULL);
err = clEnqueueReleaseGLObjects(cl_manager.comm_queue, 3, cl_manager.image_buffers, 0, NULL, NULL);
CL_context::checkError(err, __FILE__, __LINE__ -1);

clFinish(cl_manager.comm_queue);
Expand Down

0 comments on commit a295b1d

Please sign in to comment.