Reputation: 30895
Can i test opengl es 2.0 (im using ndk ) without using physical handset plugged into the pc? i know the emulator doesn't support es 2 only 1 .
Upvotes: 2
Views: 314
Reputation: 11031
there are some OpenGL ES 2.0 (e.g. Mali) emulators out there, so if you are looking to test your OpenGL code, it should be just a matter of creating JNI binding for the emulator, and running the code as a Java app.
If you're looking to debug the application as a whole, then the answer could very well be no.
Upvotes: 3