rds1983 / Myra

UI Library for MonoGame, FNA and Stride
MIT License
742 stars 93 forks source link

Samplerstate for texture? TextureFiltering for images / textures #470

Open tcs-1986 opened 3 months ago

tcs-1986 commented 3 months ago

Hi,

The texture of an image button looks too pixelated. I need to set the sampler status to Linear.

There is a private member "SetTextureFiltering" in Myra.Graphics2D.RenderContext.

Any help for me?