android 中 openGLES 着色器有什么好的例子吗?
我是 OpenGLES 新手。但通过谷歌搜索,我获得了有关顶点和片段着色器的知识。
现在我想将它实现到我的 android 应用程序中。 那么在 Android OpenGLES 中是否有使用 Shader 的好且简单的示例?
I am new in OpenGLES. but by googling i got the knowledge about the shader of vertext and the fragment.
now i want to implement it in to my android Application.
So is there any Good And Simple Example to Use Shader in Android OpenGLES ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这里 是关于 android 中 OpenGLES 2.0 着色器的很好的教程。它还给出了逐步开发应用程序的过程。最好的选择是阅读 OpenGL ES 2.0 规范< /a>.
Here is good tutorial for OpenGLES 2.0 shader in android. It's also given step by step develop application. The best option for you would be to read OpenGL ES 2.0 Specification.
Learn OpenGL ES 网站上的Android 第一课很好。
Android Lesson One from Learn OpenGL ES website is good.
查看 Android SDK 附带的示例。有一些示例展示了如何将着色器与 OpenGL ES 2.0 一起使用。
就像这个:
http://developer.android.com/resources/tutorials/opengl/opengl -es20.html
Check the examples that come with Android SDK. There are examples that show how to use shaders with OpenGL ES 2.0.
Like this one:
http://developer.android.com/resources/tutorials/opengl/opengl-es20.html