CF_Filter¶
Category: graphics
GitHub: cute_graphics.h
Filtering options for how to access CF_Texture data on the GPU.
Values¶
Enum | Description |
---|---|
FILTER_NEAREST | Nearest-neighbor filtering. Good for pixel art. |
FILTER_LINEAR | Linear (bilinear) filtering. A good general purpose option. |