Tizen Native API
5.5
|
Enumeration for instances of properties belonging to the RenderTask class. More...
Public Types | |
enum | |
Enumeration for instances of properties belonging to the RenderTask class. More... |
Enumeration for instances of properties belonging to the RenderTask class.
anonymous enum |
Enumeration for instances of properties belonging to the RenderTask class.
VIEWPORT_POSITION |
name "viewportPosition", type Vector2
|
VIEWPORT_SIZE |
name "viewportSize", type Vector2
|
CLEAR_COLOR |
name "clearColor", type Vector4
|
REQUIRES_SYNC |
name "requiresSync", type BOOLEAN By default, the sync object is not created. When native image source is used as render target, in order to track when the render to pixmap is completed, the GL sync should be enabled. Thus the RENDER_ONCE finished signal can be emit at the correct timing.
|