How's GPU programming different from OpenGL programming?
Thanks!
|
|
0
|
|
|
|
Reply
|
sangwoo.im (13)
|
6/13/2007 1:34:21 PM |
|
Typically OpenGL is for programming graphics, while "GPU programming"
typically means "general purpose programming using the GPU". Typically
OpenGL runs on the GPU, but not necessarily - you can run OpenGL in
software (i.e. on the CPU) als well (e.g. with Mesa).
Have a look at http://www.gpgpu.org/ and http://en.wikipedia.org/wiki/Gpgpu
Mathias
san wrote:
> How's GPU programming different from OpenGL programming?
>
> Thanks!
>
|
|
0
|
|
|
|
Reply
|
Mathias
|
6/13/2007 2:22:21 PM
|
|