CF_MipFilter¶
Category: graphics
GitHub: cute_graphics.h
Describes how the GPU samples between mipmap levels.
Values¶
| Enum | Description |
|---|---|
| MIP_FILTER_NEAREST | Samples the nearest mip level without blending. |
| MIP_FILTER_LINEAR | Linearly blends between mip levels for smooth transitions. |