Is there a way to change the method the GraphicsDevice uses to scale a Texture2D sprite? By default, when you scale up a sprite, the individual pixels begin to get blurred. Instead, I would rather the sprite to be "pixel resized".
So say you have this sprite:
By default, when scaled, it'll look something like this:
While I want it ...