stbte_draw function
- @Native<Void Function(Pointer<
stbte_tilemap> )>(ffi.Pointer<stbte_tilemap>)>()
- 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);