openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
749 stars 359 forks source link

Create a placeholder object to send `Matrix3`s to C++ code. #1791

Closed player-03 closed 1 month ago

player-03 commented 1 month ago

The C++ code was written with an object in mind, rather than an array buffer. The easiest workaround is to give it what it expects.