Using OpenMP for 3D rendering

Is it an effiecient way to use OpenMP in CG(OpenGL) for rendering 3D polygon images in case of animation.

OpenMP is for generic parallel processing it has nothing to do directly with graphics; obviously any preprocessing of data that can be done in parallel could use it but you will probably get more mileage out of OpenCL or CUDA in the graphics world

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.