Generally speaking; the order of different stages in a workflow. One example is the order in which certain methods and tools are used when graphical assets for games are produced and then imported into the game engine. Another example is the order in which graphical information is processed inside ...
0
votes
0answers
154 views
Using OpenCl to jiggle the Pipe
I've got the Idea to use OpenCL to program a simple Renderer. A clear contra is, that this approach won't benefit from the hardware as the functions on the device (I think).
Would it be useful to do ...