Computer Science Canada Shaders in turing?? |
Author: | mirhagk [ Mon Dec 07, 2009 7:05 pm ] |
Post subject: | Shaders in turing?? |
Is this just a pipe dream?? or is it possible. I use XNA's shaders and I know how to create and manipulate them. Is it possible in Turing or I am just being unreasonable?? |
Author: | Tony [ Mon Dec 07, 2009 7:13 pm ] |
Post subject: | RE:Shaders in turing?? |
On GPU? No. You can write your own pixel shaders, from scratch, and run them in software by CPU, but don't expect that to be in real-time. |