有没有办法在 Android 上的动态壁纸中使用 GLSL?
所以我使用代码此处首先初始化我的动态壁纸中的 OpenGL。但现在我需要激活 GLSL,但无法激活它,因为缺少函数 setEGLContextClientVersion
。
另一个解决方案是能够将视图放入动态壁纸中,能够使用 GLSurfaceView 可以解决这个问题。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请查看ghisguth/blurred-lines-live。
Please take a look at ghisguth / blurred-lines-live.