actionscript 3 - GPU vs CPU render mode Adobe AIR -


I had the following question:

Now, facing that problem, about render mode Reading, M is very confused about how simple a script is in failing in GPU mode, but very fast on CPU mode.

So the question is, how does the GPU mode work and how does CPU mode work for Adobe Air? And why do most of the work better on the GPU but not the script

Note: Base bitmap size should be larger than 1400x1400

GPU There are some limitations on render mode.

Adobe recommends direct render mode. See the following lines with Adobe help,

Note: To take advantage of the GPU acceleration of Flash content with AIR for mobile platforms, Adobe recommends that you renderMode = "direct" (i.e., stage 3 D) = "GPU"

For more information, see

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -