stbte_draw function

  1. @Native<Void Function(Pointer<stbte_tilemap>)>(ffi.Pointer<stbte_tilemap>)>()
void stbte_draw(
  1. Pointer<stbte_tilemap> tm
)

//////

every frame

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<stbte_tilemap>)>()
external void stbte_draw(ffi.Pointer<stbte_tilemap> tm);