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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -