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 .
Can i test opengl es 2.0 (im using ndk ) without using physical handset
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.