stbcc_grid_sizeof function

  1. @Native<Size Function()>()>()
int stbcc_grid_sizeof()

you allocate the grid data structure to this size (note that it will be very big!!!)

Implementation

@ffi.Native<ffi.Size Function()>()
external int stbcc_grid_sizeof();