Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - eglChooseConfig unable to find compatible frame buffer configuration: (1 Item)
   
eglChooseConfig unable to find compatible frame buffer configuration  
I'm trying to get a "Hello World" OpenGL ES app working for the first time.  I've tried following the help, but it's 
grossly lacking in examples.  With the help in Momentics, 
I do the following:

gf_dev_attach();
eglGetDisplay();
gf_display_attach();
gf_layer_attach();

These all work without issue.  I run into problems when looping through each layer format, and calling eglChooseConfig 
with each format.  It never finds a compatible format.

I'm running this on the Texas Instruments AM3517 EVM w/ QNX 6.5.0.

Anyone able to help?  I'd really appreciate it.  

Attachment: Text HelloWorld.cpp 1.79 KB