What exactly are shaders?

Started by
10 comments, last by Qatal 19 years, 2 months ago
Quote:Original post by stevenmarky
Technically you can do everything on the cpu that you can do with shaders, only much much slower.


That's correct, but half of the truth. Shaders perform calculations per vertex/fragment(pixel) so GPU calculations are rather graphics oriented.

Just so you don't think you can use the GPU for some weird stuff.
Advertisement
This probably doesnt help, but you can make the GPU do some weird stuff too, if you're heavily CPU-bound it can actually make it go faster.

For instance, I've played around with computing physics on the GPU using FPRTs.

Yeah, it doesnt help.

-Chris
die or be died...i think

This topic is closed to new replies.

Advertisement