stbcc_update_batch_end function

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

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<stbcc_grid>)>()
external void stbcc_update_batch_end(ffi.Pointer<stbcc_grid> g);