Jackson Gardner bd471f7a8a [skwasm] Don't mark the backend texture as mipmapped, since it isn't. (flutter/engine#52501)
We don't actually produce mipmaps for any of the textures generated through the `TextureSourceImageGenerator`, even if it is requested of us. So we shouldn't mark the texture as mipmapped in this case. This will allow rendering mechanisms to fall back to a non-mipmapped rendering strategy as needed.
2024-05-02 00:08:05 +00:00
..