Tizen Native API
6.0
|
Dali::RenderTask::Property Struct Reference
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... |
Detailed Description
Enumeration for instances of properties belonging to the RenderTask class.
- Since:
- 3.0, DALi version 1.0.0
Member Enumeration Documentation
anonymous enum |
Enumeration for instances of properties belonging to the RenderTask class.
- Since:
- 3.0, DALi version 1.0.0
- Enumerator:
VIEWPORT_POSITION name "viewportPosition", type Vector2
- Since:
- 3.0, DALi version 1.0.0
VIEWPORT_SIZE name "viewportSize", type Vector2
- Since:
- 3.0, DALi version 1.0.0
CLEAR_COLOR name "clearColor", type Vector4
- Since:
- 3.0, DALi version 1.0.0
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.
- Since:
- 3.0, DALi version 1.1.29
- Note:
- The use of GL sync might cause deadlock with multiple access to the single pixmap happening in the same time.