I’m trying to set up texture filtering for a mobile game. I tried changing the r.MaxAnisotropy values, but it didn’t change anything for my texture. However, when I set Sampler Source to Shared:Wrap the filtering worked. I’m worried that filtering won’t work on Android, since it’s not an SM5 platform. What can I do to enable anisotropic filtering?