Framebuffer Object / Es1


GernotFrisch

Member
Joined
Jan 2, 2007
Messages
445
Hi,

I have 2 devices, where the Framebuffer object is accessed by:
glGenFramebuffersOES

On Windows I load the extension glGenFramebuffersEXT.

Both does not work on Pandora for me.

Please - can someone make a 3 - line program that uses this function and really links? What libs are you using, what headers, what implementation?

I use OpenGL|ES 1 (not 2.0).
 
KungPhoo said:
Hi,

I have 2 devices, where the Framebuffer object is accessed by:
glGenFramebuffersOES

On Windows I load the extension glGenFramebuffersEXT.

Both does not work on Pandora for me.

Please - can someone make a 3 - line program that uses this function and really links? What libs are you using, what headers, what implementation?

I use OpenGL|ES 1 (not 2.0).

you can also check pickle.gp2x.de/source/pandora.patch

the key is that you have to have function pointers and obtain the address through eglProcAddress, which you can find an example of in the patch i linked.
 
Last edited by a moderator:
Back
Top