Hints for rendering.
More...
Public Types |
enum | Value |
| Enumeration for the hint value. More...
|
Detailed Description
Hints for rendering.
- Since:
- 3.0, DALi version 1.1.45
Member Enumeration Documentation
Enumeration for the hint value.
- Since:
- 3.0, DALi version 1.1.45
- Enumerator:
NONE |
No hints.
- Since:
- 3.0, DALi version 1.1.45
|
OUTPUT_IS_TRANSPARENT |
Might generate transparent alpha from opaque inputs.
- Since:
- 3.0, DALi version 1.1.45
|
MODIFIES_GEOMETRY |
Might change position of vertices, this option disables any culling optimizations.
- Since:
- 3.0, DALi version 1.1.45
|