stbcc_update_batch_begin function

  1. @Native<Void Function(Pointer<stbcc_grid>)>(ffi.Pointer<stbcc_grid>)>()
void stbcc_update_batch_begin(
  1. Pointer<stbcc_grid> g
)

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);