C#, XNA, How to select image minialization filter in 2D mode?

Posted by Kaminari on Stack Overflow See other posts from Stack Overflow or by Kaminari
Published on 2010-04-28T17:13:47Z Indexed on 2010/04/28 23:57 UTC
Read the original article Hit count: 246

Filed under:
|
|

The problem is that I can't select minimalization filter for Texture2D scaling. There is MinFilter

GraphicsDevice.SamplerStates[0].MinFilter

But it's not working. When I try to assign some filter it just changes back to the Linear.

Is there a way to implement my own filter or how to select one of the available?

© Stack Overflow or respective owner

Related posts about XNA

Related posts about c#