SDL_GPUSamplerMipmapMode
Specifies a mipmap mode used by a sampler.
- Provided by: libsdl3-doc (Version: 3.2.20+ds-2)
- Source: libsdl3
- Report a bug
Specifies a mipmap mode used by a sampler.
#include <SDL3/SDL_gpu.h>
typedef enum SDL_GPUSamplerMipmapMode
{
SDL_GPU_SAMPLERMIPMAPMODE_NEAREST, /**< Point filtering. */
SDL_GPU_SAMPLERMIPMAPMODE_LINEAR /**< Linear filtering. */
} SDL_GPUSamplerMipmapMode;
This enum is available since SDL 3.2.0.