how to disable scale anti-aliasing in monogame
Code Example - how to disable scale anti-aliasing in monogame
// in Draw method:
spriteBatch.Begin(samplerState: SamplerState.PointClamp);
// in Draw method:
spriteBatch.Begin(samplerState: SamplerState.PointClamp);