
OpenTK.Compute and Cloo
Posted Wednesday, 27 October, 2010 - 14:34 by skynyrd9 inSo my question is fairly simple and straight forward. I understand that OpenCL has wrapper for .net/mono called Cloo. This is great, however why does OpenTK have an empty namespace for an implementation of OpenCL. This is my question, why is this namespace in OpenTK and is there plans to absorb Cloo or create another .net/mono wrapper over OpenCL.


Comments
Re: OpenTK.Compute and Cloo
OpenTK.Compute was implemented but never released. The relevant bindings now reside in Cloo.
The OpenTK.Compute namespace shouldn't be visible, this is a bug in the October release.
Re: OpenTK.Compute and Cloo
Ok thanks for clearing that up for me