We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,我也遇到了这个问题,是在ios14下播放的时候闪烁,ios13下没有问题,请问一下,ios14下面如何单独处理 老铁你这个问题解决了么
The text was updated successfully, but these errors were encountered:
添加 glFinish(); 完美解决 ` if (self.frameProcessingCompletionBlock != NULL) { glFinish(); // - 新增的代码 self.frameProcessingCompletionBlock(self, frameTime); }
`
Sorry, something went wrong.
@lichaoqun 哪个文件需要修改?
添加 glFinish(); 完美解决 ` if (self.frameProcessingCompletionBlock != NULL) { glFinish(); // - 新增的代码 self.frameProcessingCompletionBlock(self, frameTime); } `
非常感谢,根据你的方式终于把这个问题解决了。想问一下,你是怎样找到这个问题的?我之前找了好久也没有头绪。
No branches or pull requests
您好,我也遇到了这个问题,是在ios14下播放的时候闪烁,ios13下没有问题,请问一下,ios14下面如何单独处理
老铁你这个问题解决了么
The text was updated successfully, but these errors were encountered: