GLSL live Mandelbrot shader texture in game engine

I want to give an object a live zoomable Mandelbrot set texture in the game engine. If I did this in straight OpenGL, I’d pingpong the computation between 2 textures to compute the fractal. Can I do this in the Blender game engine with a GLSL shader ?