We tried to set the render pipeline renderscale value to undersample the image a bit for more performace, but it looks like that the value is ignored?
UniversalRenderPipelineAsset pipe = (UniversalRenderPipelineAsset)GraphicsSettings.currentRenderPipeline; if (pipe != null) pipe.renderScale = newValue;