Texture filtering does not work in the GPU compositor. That's because filtering is set after textures are bound. It works in the viewport compositor because the textures come pre filtered from the DRW texture pool.
Texture filtering does not work in the GPU compositor. That's because filtering is set after textures are bound. It works in the viewport compositor because the textures come pre filtered from the DRW texture pool.