Hacker News new | ask | show | jobs
by nitwit005 656 days ago
Also just moving problems to the graphics card. The common rotate, transform, and so on, are all classic graphics hardware tasks.
1 comments

You still need the CPU to tell the GPU what to do
Right, so you have simple statically defined optimized routines written in c/c++ calling the GPU, like any high performance graphics engine.