Y
Hacker News
new
|
ask
|
show
|
jobs
by
tpush
2600 days ago
Not knowing anything about this, are there any numbers on the power consumption of that extra blit?
1 comments
zamalek
2600 days ago
I can't imagine it actually blits, it probably swaps buffers like everything since 2000.
link
pcwalton
2600 days ago
No, it blits. Buffer swap doesn't work because Core Animation owns the entire scanout buffer. iOS apps don't have access to it.
link