I need to develop a OpenGL-ES based application to render a model using Physically based Rendering (PBR). Do I need to use Cuda API to render the computation intense PBR rendering?
Is there any performance advantage of using CUDA in the OpenGL-ES project for PBR?