Enum ShaderHint
Definition
- Assembly:
- Tizen.NUI.dll
The Hint class is used to provide additional information to the shader.
public enum ShaderHint
Fields
| Name | Description |
|---|---|
| FileCaching | Cache the shader in a file |
| ModifiesGeometry | Might change position of vertices, this option disables any culling optimizations |
| None | No hints. |
| TransparentOutput | Might generate transparent alpha from opaque inputs |