Delegate GLView.GLRenderFrameDelegate

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
10

Type of callback to render the frame with OpenGLES APIs. If the return value of this callback is not 0, the eglSwapBuffers() will be called.

C#
Copy
public delegate int GLRenderFrameDelegate();