arcade
arcade copied to clipboard
Fix texture coordinate offsets
Pixelated / nearest interpolation with scaling causes pixels on the edges to not be properly rendered. We need to do the offsets in the shader and tweak that using a bias uniform instead.