NOpenCL icon indicating copy to clipboard operation
NOpenCL copied to clipboard

Reconsider native integer arguments in the public API

Open sharwell opened this issue 7 years ago • 0 comments

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.

sharwell avatar Jul 09 '17 21:07 sharwell