kenba/opencl3

Restore `c_void` to program.rs

Closed this issue · 2 comments

There is a compilation error due to c_void not being in-scope in program.rs when the CL_VERSION_2_2 feature is enabled. It was removed after #12 was resolved.

kenba commented

Sorry about that James.
I've just updated it in the develop branch. Please can you confirm that the fix works for you?

That fixes this issue. Thank you!