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 - How to blit drawing result in off screen buffer?: (2 Items)
   
How to blit drawing result in off screen buffer?  
Hello.

Aftering drawing something in off screen buffer which was created from gf_surface_create(), how can I blit the result to
 the screen? I wonder which GF APIs should be used and how.

Thanks.
Jin Young.
Re: How to blit drawing result in off screen buffer?  
I just found out the way. I achieved this by creating another surface which is asociated with layer and then used 
gf_graw_blit2().

Thanks.
Jin Young.