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 - surface query flags versus surface creation flags: Page 1 of 8 (8 Items)
   
surface query flags versus surface creation flags  
GF documentation ( http://www.qnx.co.jp/developers/docs/6.4.0/gf/dev_guide/3d.html )  mentioning:

"Note that the GF 3D library must be able to target these surfaces. That is, the GF_SURFACE_3D_TARGETABLE flag must have
 been specified when they were created."

but as far as I understand flag GF_SURFACE_3D_TARGETABLE belongs to gf_surface_info_t and can be used while parsing this
 structure flag field only.

For creation I must to specify GF_SURFACE_CREATE_3D_ACCESSIBLE or not ?