iphone - 单色触摸 : Enable Multisampling in OpenGL ES 2. 0

标签 iphone opengl-es xamarin.ios opengl-es-2.0 opentk

有什么方法可以使用 MonoTouch 和 OpenGL ES 2.0 激活多重采样吗? 我在框架中找不到apple扩展,所以我认为它没有实现?

最佳答案

glRenderbufferStorageMultisampleAPPLEglResolveMultisampleFramebufferAPPLE 这样的函数目前不包含在 MonoTouch 的 OpenGL 绑定(bind)中。我不确定它们是否包含在最新的 OpenTK 位中。

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

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

关于iphone - 单色触摸 : Enable Multisampling in OpenGL ES 2. 0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8166598/

相关文章:

iphone - 使用 CLLocationManager 获取准确位置

iphone - 核心蓝牙和后台 : Detection of a device and triggering an action, 即使在后台模式下几天后?

android - 如何在opengl android中绘制网格线

xamarin.forms - 编辑器和键盘重叠 (iOS) Xamarin 表单 3.6 无法正常工作 (Visual=Material)

ios - 如何使用我的 ViewModel 绑定(bind) "UITableViewVellAccessory.CheckMark"?

ios - 如何将 Xcode View 调试器附加到从 Visual Studio 启动的模拟器?

ios - 如何在数组中只加载自定义字体名称?

iphone - AFNetworking - 如何设置在超时时重试的请求?

java - 在 OpenGL ES 2.0 中绘制球体

ios - 通过 Vulkan 包装器在 iOS 上支持 Opengl ES 3.1+