Open rakzin opened 1 month ago
I'd thought about this problem before, but it was way back in Godot 3, where you could just change the filter in the texture's import settings. That doesn't work anymore.
I'll add a config option which lets you change the texture filter. This could affect how the UI looks too, but in typical usage it should make no difference.
That would be great
As Omar replied me in a question post, they added something to change the render state.
https://bsky.app/profile/ocornut.bsky.social/post/3l7alfgrfua2q
Hope this can be usefull
Basicly, I want to show a texture with SamplerFilter.Nearest
I saw there is a samplerstate in
Internal/RdRenderer.cs
file. which writesSamplerFilter.Linear
But as I'm using GDScript, changing it seems takes no effect.