Enum Filter
Type of filter for texture sampling
enum Filter
: int { ... }
Enum members
Name | Description |
---|---|
linear
|
sample is interpolated with neighboors |
nearest
|
nearest sample is used |