RMMSecurity/cocos2d-android

Crash in glGenFramebuffersOES

Opened this issue · 0 comments

What steps will reproduce the problem?
1. download latest code
2. Run the tests, select "Render Texture Test"
3. crash at glGenFramebuffersOES() call in RenderTexture.java with
the message:

"java.lang.UnsupportedOperationException: glGenFramebuffersOES"

What is the expected output? What do you see instead?
I expect it to work, has this test ever worked on Android?

What version of the product are you using? On what operating system?
I have a Droid 2 world phone, with Android 2.2.

Please provide any additional information below.


Original issue reported on code.google.com by mosesdej...@gmail.com on 22 Dec 2010 at 6:08