简体   繁体   中英

openTK vs openCL.NET

I am getting started with openCL on .NET. How is openTK compared to openCL.NET - which is better?

Neither, they're not to be compared. Apples and oranges and stuff like that :)

OpenTK is a C# interface to OpenGL. OpenCL.Net is a C# interface to OpenCL.

OpenGL is OpenGL, built for one purpose. OpenCL is OpenCL, built for another purpose.

OpenTK has OpenCL.Net bindings, so you can actually use OpenCL with OpenTK.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM