OES 在“GL_RENDERBUFFER_OES”中意味着什么?

发布于 2024-08-20 09:39:20 字数 114 浏览 5 评论 0原文

我正在阅读 Apple 的 OpenGL 文档。我注意到许多 GL 名称的格式为 GL_RENDERBUFFER_OES。这些名称中的 OES 部分的含义是什么?

I am reading the OpenGL documents from Apple. I noticed that a number of the GL names have the format GL_RENDERBUFFER_OES. What is the meaning of the OES part of these names?

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

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

发布评论

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

评论(2

李白 2024-08-27 09:39:20

OES 是 OpenGL ES 工作组的“供应商”代码。 OES 用于工作组开发的任何扩展。这类似于桌面 OpenGL 的 ARB 代码。

OES is the "vendor"-code for the OpenGL ES working group. OES is used for any extensions that is developed by the working group. This is similar to the ARB-code for desktop-OpenGL.

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