minetest/client/shaders/object_shader
HybridDog e73c5d4585
Fix MSAA stripes (#9247)
This only works when shaders are enabled.
The centroid varying avoids that the textures (which repeat themselves out of bounds) are sampled out of bounds in MSAA.
If MSAA (called FSAA in minetest) is disabled, the centroid keyword does nothing.
2020-12-04 20:16:12 +01:00
..
opengl_fragment.glsl Fix MSAA stripes (#9247) 2020-12-04 20:16:12 +01:00
opengl_vertex.glsl Fix MSAA stripes (#9247) 2020-12-04 20:16:12 +01:00