stbcc_update_batch_begin function
- @Native<Void Function(Pointer<
stbcc_grid> )>(ffi.Pointer<stbcc_grid>)>()
wrap multiple stbcc_update_grid calls in these function to compute multiple updates more efficiently; cannot make queries inside batch
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<stbcc_grid>)>()
external void stbcc_update_batch_begin(ffi.Pointer<stbcc_grid> g);