AdamRLukaitis / simple-opencl

Automatically exported from code.google.com/p/simple-opencl
0 stars 0 forks source link

sclSetArgsLaunchKernel and sclSetArgsEnqueueKernel could call to sclSetKernelArgs function #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Both methods replicates the code of sclSetKernelArgs function.

Following the DRY principle we can use the sclSetKernelArgs to remove 
duplicated code.

Original issue reported on code.google.com by conta...@rafagarcia.net on 13 Sep 2013 at 10:12