Filtering

Filtering mode for texture

Values

ValueMeaning
LinearGL_LINEAR

Linear filtering will try to smooth out textures

PointGL_POINT

Point filtering will try to preserve pixel edges. Due to texture sampling being float based this is imprecise.

Meta