Enum SamplerFilter
Definition
- Assembly:
- Tizen.NUI.dll
Specifies the sampling filter method
public enum SamplerFilter
Fields
| Name | Description |
|---|---|
| Linear | Uses linear interpolation between texture samples |
| Nearest | Uses the nearest texture sample |