MonoTouch:在 OpenGL ES 2.0 中启用多重采样

发布于 2024-12-16 12:16:12 字数 73 浏览 2 评论 0原文

有没有办法使用 MonoTouch 和 OpenGL ES 2.0 激活多重采样? 我在框架中找不到苹果扩展,所以我认为它没有实现?

Is there any way to activate multisampling with MonoTouch and OpenGL ES 2.0?
I can't find the apple extension in the framework, so i think it's not implemented?

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

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

发布评论

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

评论(1

疯到世界奔溃 2024-12-23 12:16:12

glRenderbufferStorageMultisampleAPPLEglResolveMultisampleFramebufferAPPLE 之类的函数目前不包含在 MonoTouch 的 OpenGL 绑定中。我不确定它们是否包含在最新的 OpenTK 位中。

无论如何,每当您发现缺失的部分时,您都应该在 http://bugzilla.xamarin.com 上填写错误报告(增强)这将确保您收到有关错误/增强请求的进度的通知。

更新:MonoTouch 5.2.3(稳定版)已发布,并包含 OpenTK 1.0(定义了上述符号)。

Functions like glRenderbufferStorageMultisampleAPPLE and glResolveMultisampleFramebufferAPPLE are not presently included in MonoTouch's OpenGL bindings. I'm not sure if they are included in the latest OpenTK bits.

Anyway whenever you find missing pieces you should fill a bug report (enhancement) on http://bugzilla.xamarin.com That will ensure you get notified on the progress of the bug/enhancement request.

UPDATE: MonoTouch 5.2.3 (stable) has been released and includes OpenTK 1.0 (which defines the mentioned symbols).

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