glTexEnvi (OpenGL ES 1.x) 的任何可理解的描述吗?

发布于 2024-08-19 16:44:00 字数 67 浏览 7 评论 0原文

我看到的不同参数和我看到的源代码一样多。是否可以在某处找到详细介绍所有这些参数的描述?

I've seen as many different parameters as many source codes I saw. Is there a description can be found somewhere that refers all about those parameters in details?

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

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

发布评论

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

评论(1

老街孤人 2024-08-26 16:44:00

这是相当全面的。

http://www.khronos.org/opengles/sdk/ 1.1/docs/man/glTexEnv.xml

还有一些 tex-env 扩展——我认为大多数 GLES 1.1 硬件至少支持添加和组合,而且我认为 PowerVR 核心支持 dot3。

http://www.opengl.org/registry/specs/ARB/texture_env_combine。 txt

http://www.opengl.org/registry/specs /ARB/texture_env_dot3.txt

http://www.opengl. org/registry/specs/EXT/texture_env_add.txt

PowerVR SGX 硬件有一些关于组合模式的细则 - 请务必阅读 PowerVR 文档。

This is pretty comprehensive.

http://www.khronos.org/opengles/sdk/1.1/docs/man/glTexEnv.xml

There are also some tex-env extensions -- I think at least add and combine are supported on most GLES 1.1 hardware, and I think PowerVR cores support dot3.

http://www.opengl.org/registry/specs/ARB/texture_env_combine.txt

http://www.opengl.org/registry/specs/ARB/texture_env_dot3.txt

http://www.opengl.org/registry/specs/EXT/texture_env_add.txt

The PowerVR SGX hardware has some fine print about combine modes - be sure to read the PowerVR docs.

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