Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Weston 合成器上使用 EGL 渲染我的 GL 内容。内容显示良好。我的要求是通过某些事件隐藏和显示表面。你能建议怎么做吗?
当我将 glut 与 x11 一起使用时,我使用了 glutShowWindow(); 和 glutHideWindow();
有没有办法简单地隐藏外壳表面然后在韦斯顿上再次显示?