VLC plugin Mipmaps

Hello everybody, i just realized after long time working with vlc plugin that there are no options for mipmaps or something similar to avoid rough edges
in little scales, anyone know about that?
its possible to get a solution?
thanks in advance.

I don’t think you will be able to do this on the vlc node directly, but you could use a texture effect downstream to make your mipmaps.

Edit:I think dx9 you just need a render pass with the dx9texture set to mipmaps:all. If you check inside unc’s blur the first pass is doing this. DX11 has some semantics you can use in texturefx shader to do the same.