Results 14 comments of caiyiheng

you may use it like this love.graphics.draw( drawable, x, y, r, sx, sy, ox, oy, kx, ky ), for detail see : https://www.love2d.org/wiki/love.graphics.draw

问一个比较无关的小问题,为什么内核进程内存布局的顺序跟用户进程的内存布局顺序不太一样。内核是 data -> stack -> bss -> heap,用户是 data -> bss -> heap -> stack