1

So I used the code here to first initialize the OpenGL in my Live Wallpaper. But now I need to activate the GLSL, but there's no way to activate the it because the function setEGLContextClientVersion is missing.

Another solution would be to be able to put a view in a Live Wallpaper, being able to use GLSurfaceView would solve this problem.

Rabbid76
  • 202,892
  • 27
  • 131
  • 174
widgg
  • 1,358
  • 2
  • 16
  • 35

1 Answers1

3

Please take a look at ghisguth / blurred-lines-live.

Blurred Lines Live Wallpaper for android OpenGL ES 2.0 capable device

Kazuki Sakamoto
  • 13,929
  • 2
  • 34
  • 96