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.
当我单击相机按钮来捕获和调试 GPU 时,它只是禁用了按钮,没有其他任何反应。然后当我从 XCode停止应用程序时,视图(令人困惑地)切换到助手编辑器,两个视图中都有源代码。
此外,我注意到调试面板中的 FPS 保持为零,而我可以看到从金属着色器渲染的视频。
如果我运行一个新的示例应用程序,GPU 调试工作正常,我可以看到 FPS 为 60。有人知道它可能是什么吗?
使用 Xcode 6.4 和 iPhone 6。
删除insertDebugCaptureBoundary我项目中的所有行解决了它。
insertDebugCaptureBoundary