Cesium icon indicating copy to clipboard operation
Cesium copied to clipboard

Reverse `CPtr`/`VoidPtr`/`FuncPtr` interop

Open ForNeVeR opened this issue 1 year ago • 0 comments

In #354, interop with CPtr / VoidPtr / FuncPtr has been added. C programs may pass pointer parameters to the places where these types are excepted.

Reverse interop (when external code passes them to C programs, e.g. via function pointers or just public function arguments) isn't supported yet.

We should support that.

ForNeVeR avatar Nov 23 '23 22:11 ForNeVeR