Files
filament/android
Romain Guy e1c7a643ed Copy back local values to Java array (#8290)
When releasing array elements, we need to pass 0 as the
last argument if we want to copy local chnages back to
the Java array. JNI_ABORT should only be used when we
don't want the copy, i.e. when the array is read-only.

Fixes issue #8278.
2024-12-02 21:41:57 +00:00
..
2020-01-08 17:59:49 -08:00
2024-11-25 15:45:52 -08:00
2023-07-19 13:23:08 -07:00