Hacker News new | ask | show | jobs
by slededit 2778 days ago
GPUs worked well because you could transfer all your large art assets upfront and then only communicate your mesh and shader logic as the game ran. They don't work so well if you need frequent access to system memory.
1 comments

They also do not have to send the result back to the CPU because they have a video output directly attached to them.