GothicKit / ZenKit

A re-implementation of file formats used by the early 2000's ZenGin
http://zk.gothickit.dev/
MIT License
44 stars 10 forks source link

[v1.1.0] Allow VM external to take raw instance pointers #22

Closed lmichaelis closed 1 year ago

lmichaelis commented 1 year ago

In cases where the pointer is not used outside of the external function, this can improve performance by not having to increment the shared_ptr's refcount.