nmfisher / flutter_filament

3D rendering layer for Flutter/Filament
Other
44 stars 7 forks source link

Rename FFI/_ffi file/methods. #9

Open nmfisher opened 7 months ago

nmfisher commented 7 months ago

The file/method naming is a bit confusing, the FFI bindings are generated for both PolyvoxFilamentApi.h and PolyvoxFilamentFFIApi.h, it's just that every method on the latter runs on the Engine thread. Likewise the "_ffi" suffix isn't really accurate either.

Should probably rename to something more like PolyvoxFilamentFFIRenderThread.h and _engine_thread.