Is there any software renderer which can interpret GLSL during runtime?

I found there are some software rendering libraries can translate GLSL to C/C++, so that they can compile shader with the renderer together.

I want to know is there any libraries can interpret GLSL during runtime, and work like a ‘real’ graphic card driver?

That’s what the softpipe and llvmpipe backends in Mesa do.

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