Hacker News new | ask | show | jobs
by koolala 209 days ago
You don't have to use tile-based rendering on these chips anymore. They can directly draw to the entire screen.
1 comments

You can, but the immediate mode path is slower and uses significantly more power. Mobile GPUs are not good at modern desktop game workflows where significant portions of the frame are compute shaders. They're generally very memory bandwidth starved, and general compute sidesteps most of the optimizations the hardware has made to work around this.