icyrocks / cocos2d-android

Automatically exported from code.google.com/p/cocos2d-android
Other
0 stars 0 forks source link

Crash in glGenFramebuffersOES #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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