Enum GLRenderingMode
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for rendering mode This Enumeration is used to choose the rendering mode. It is for GLWindow and GLView.
public enum GLRenderingMode
Fields
| Name | Description |
|---|---|
| Continuous | The render frame delegate is invoked continuously. |
| OnDemand | The render frame delegate is invoked by user. |