#include <texture.hpp> enum Filter: Uint32 { Linear, Nearest, };
Linear
Linear filtering (Smoothed Zoom)
Nearest
No filtering (Pixeled Zoom)