OpenGL ES:需要 OpenGL ES(1.x 和 2.0)API 列表

发布于 2025-01-01 21:46:11 字数 418 浏览 2 评论 0 原文

我对 OpenGL(桌面版)有一些背景知识。现在,我计划转向 OpenGL ES。为此,我需要知道以下内容:

  • 我在OpenGL中使用的相应API需要在OpenGL ES(1.1或2.0)中使用。
  • OpenGL ES 1.1 和 OpenGL ES 2.0 中可用的 API 列表。

这个问题可能是一个非常开放的问题。但是,我无法通过在不同网站上搜索得到任何明确的API列表。至少对于 OpenGL ES 2.0,我可以在 OpenGL ES 2.0 参考卡。但我找不到更多细节。

I have some background on OpenGL (Desktop Version). Now, I'm planning to move to OpenGL ES. For this, I need to know the following:

  • what is the corresponding API that i used in OpenGL need to be used in OpenGL ES (1.1 or 2.0).
  • List of APIs available in OpenGL ES 1.1 and OpenGL ES 2.0.

This question may be an very open question. But, I could'nt get any clear API list through search in different sites. Atleast for OpenGL ES 2.0, I could find a spec file that is available in OpenGL ES 2.0 Reference Card. But I couldn't find any more details.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

枯寂 2025-01-08 21:46:11

您需要查看 OpenGL ES 2.0 参考页OpenGL ES 1.1 参考页,其中包含您想要的信息(以及 API文档)。

You need to look at the OpenGL ES 2.0 Reference Pages and OpenGL ES 1.1 Reference Pages, which contain the information you want (plus the API documentation).

情何以堪。 2025-01-08 21:46:11

OpenGL ES 1.1 大约是 OpenGL 1.5
OpenGL ES 2.0 近似于 OpenGL 2.0
这甚至在维基百科中也有写: http://en.wikipedia.org/wiki/OpenGL_ES

当然ES API 中没有桌面 GL 的许多功能。

以下是 ES 的官方规格和其他有用信息:http://www.khronos.org/registry/格莱斯/

OpenGL ES 1.1 is approximately OpenGL 1.5
OpenGL ES 2.0 is approximately OpenGL 2.0
That's written even in wikipedia: http://en.wikipedia.org/wiki/OpenGL_ES

Of course many features of desktop GL are not present in ES API.

Here are the official specs of ES and other useful information: http://www.khronos.org/registry/gles/

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