NOpenCL
NOpenCL copied to clipboard
Reconsider native integer arguments in the public API
IntPtr
is challenging to work with due to lack of support as a primitive integer type in C#. Consider using int
or long
instead for the public API, as seen in https://github.com/tunnelvisionlabs/NOpenCL/pull/1/commits/33fe2ddb212fd5c8003fa514e9719a425ad72ea9.
:link: Originally reported by @SunsetQuest in #1.