how to disable scale anti-aliasing in monogame code example
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);