Delegate DirectRenderingGLView.GLRenderFrameDelegate

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll

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(in DirectRenderingGLView.RenderCallbackInput input);

Extension Methods