Skip to content

CF_MipFilter

Category: graphics
GitHub: cute_graphics.h


Describes how the GPU samples between mipmap levels.

Values

Enum Description
CF_MIP_FILTER_NEAREST Samples the nearest mip level without blending.
CF_MIP_FILTER_LINEAR Linearly blends between mip levels for smooth transitions.

CF_TextureParams
cf_mip_filter_to_string