Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Is there any alternative way to post frame to io-winmgr than using eglswapbuffer()?: Page 1 of 3 (3 Items)
   
Is there any alternative way to post frame to io-winmgr than using eglswapbuffer()?  
I have tested drawing performance with gf-egl-vsync demo. Test result shows conventional drawing under no io-winmgr is 
much faster than doing  under io-winmgr. It was 6 times faster.
I suspect posting new frame using eglswapbuffer() to io-winmgr makes this difference in drawing time.
Using CWM is necessary to current design. Is there any alternative way which works faster to post frame to io-winmgr 
than using eglswapbuffer()?