opengl es - How can I call eglSwaptInterval using AndroidNDK? -



opengl es - How can I call eglSwaptInterval using AndroidNDK? -

i need set interval in eglswapinterval 0 application, need know egldisplay this. phone call supported in android, , if how can phone call using glsurfaceview (or need phone call native code?)

okay, have managed phone call native side, (i cannot find way phone call java):

eglswapinterval(eglgetcurrentdisplay(), 0);

i assuming don't need phone call eglswapbuffers myself, seems happening somewhere android system.

opengl-es android-ndk swap

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -