为什么由eglGetConfigs检索到的配置给我的EGL_NATIVE_VISUAL_ID为零
我使用 EGL_NATIVE_VISUAL_ID 调用eglGetConfigAttrib,它为每一个列出 0。 使用特定属性列表和eglChooseConfig 检索的配置似乎工作正常。 与使用eglGetConfigAttrib 检索其他属性一样。
大家有什么想法吗?
I call eglGetConfigAttrib with EGL_NATIVE_VISUAL_ID and it lists 0 for each one.
Configs retrieved with specific attrbitue lists and eglChooseConfig seem to work correctly.
As does retriving other attributtes with eglGetConfigAttrib.
Any ideas guys?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在我看来,这就像我在使用 Trim-Slice 的 NVIDIA Tegra 2 驱动程序时遇到的问题。就我而言,事实证明这是一个驱动程序错误,现已修复。如果您也使用 NVIDIA,升级驱动程序也许会有所帮助?
This sounds to me like a problem I encountered with the NVIDIA Tegra 2 drivers for my Trim-Slice. In my case it turned out to be a driver-bug, which has since been fixed. If you're using NVIDIA as well, perhaps upgrading the driver will help?