Enum Shader.Hint.Value
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for the hint value.
public enum Shader.Hint.Value
Fields
| Name | Description |
|---|---|
| MODIFIES_GEOMETRY | Might change position of vertices, this option disables any culling optimizations |
| NONE | No hints. |
| OUTPUT_IS_TRANSPARENT | Might generate transparent alpha from opaque inputs |