Skip to main content
Known Participant
June 17, 2012
Question

Can I change render mode in Flex 4.5?

  • June 17, 2012
  • 1 reply
  • 1296 views

Hello!

I am looking where to change the render in Flex 4.5 mode to try GPU mode. It is possible???

I am having some bad performance issues and I would like to test if it is the problem.

Thanks you very much!

This topic has been closed for replies.

1 reply

Pahup
Adobe Employee
Adobe Employee
June 17, 2012

There should be an application xml with your project, look for "renderMode" tag in the xml, you can change it to "gpu".

<renderMode>gpu<renderMode>

-Pahup

Colin Holgate
Inspiring
June 17, 2012

Or you could change it to gpu, if that's the one you wanted to try.

Vie BoneAuthor
Known Participant
June 17, 2012

Ah ok,

If I use Flash Builder is there a menu for that????

Thanks a lot.