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 -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -