使用低GPU优先级进行背景渲染

使用低GPU优先级进行背景渲染

本文介绍了使用低GPU优先级进行背景渲染的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何调试使用低GPU优先级进行后台渲染."

我在iOS8 beta4上使用AVFoundation的应用程序控制台上看到了吗?

I see on console of an app using AVFoundation on iOS8 beta4?

我想我正在做一些不必要的工作,因此可以省掉电池并消除我绊倒的消息

I suppose I'm doing some unneeded work that I could skip saving the batteryand eliminating the message I've tripped

推荐答案

根据苹果文档后,iOS不允许GPU进入任何后台应用程序,原因很明显,因为它不在Foreground上.

according to apple documentation, iOS does not allow its GPU to any background application for obvious reason that its not on Foreground.

这篇关于使用低GPU优先级进行背景渲染的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 06:38