Skip to content

scenes/opengl: Use GL_LINEAR also on X11

Vlad Zahorodnii requested to merge work/x11-linear-filter into master

We've been using GL_LINEAR on Wayland for a couple of years, and it has caused us no issues. For the consistency sake, let's do the same on X11.

Merge request reports