csharpbindgen icon indicating copy to clipboard operation
csharpbindgen copied to clipboard

Support safe handles

Open toolness opened this issue 6 years ago • 0 comments

In https://github.com/toolness/pathfinder-unity-fun/issues/9 it was suggested that we use C#'s SafeHandle instead of IntPtr. This adds a Builder::use_safe_handles() method which supports this use case.

toolness avatar Jul 14 '19 12:07 toolness