android 中 openGLES 着色器有什么好的例子吗?

发布于 2024-12-11 07:07:04 字数 128 浏览 0 评论 0原文

我是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

无所的.畏惧 2024-12-18 07:07:04

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.

空城仅有旧梦在 2024-12-18 07:07:04

Learn OpenGL ES 网站上的Android 第一课很好。

在本课中,我们将逐步浏览代码,并查看
了解如何创建 OpenGL ES 2 上下文并绘制到屏幕上。出色地
还可以了解一下着色器是什么以及它们如何工作,以及如何
矩阵用于将场景转换为您在屏幕上看到的图像
屏幕。最后,我们将看看您需要添加到清单中的内容
让 Android 市场知道您正在使用 OpenGL ES 2。

Android Lesson One from Learn OpenGL ES website is good.

In this lesson, we’re going to go over the code step-by-step, and look
at how to create an OpenGL ES 2 context and draw to the screen. We’ll
also take a look at what shaders are and how they work, as well as how
matrices are used to transform the scene into the image you see on the
screen. Finally, we’ll look at what you need to add to the manifest to
let the Android market know that you’re using OpenGL ES 2.

浅听莫相离 2024-12-18 07:07:04

查看 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文