Enum GLRenderingMode

Definition

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

Enumeration for rendering mode This Enumeration is used to choose the rendering mode. It is for GLWindow and GLView.

C#
Copy
public enum GLRenderingMode
Name Description
Continuous

The render frame delegate is invoked continuously.

OnDemand

The render frame delegate is invoked by user.