We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bb764 commit 8431c6bCopy full SHA for 8431c6b
com.unity.render-pipelines.high-definition/Runtime/PostProcessing/Shaders/FinalPass.shader
@@ -71,7 +71,7 @@ Shader "Hidden/HDRP/FinalPass"
71
#elif CATMULL_ROM_4
72
return CatmullRomFourSamples(_InputTexture, UV);
73
#elif LANCZOS
74
- return Lanczos(_InputTexture, UV, _ViewPortSize);
+ return Lanczos(_InputTexture, UV, _ViewPortSize.xy);
75
#else
76
return Nearest(_InputTexture, UV);
77
#endif
0 commit comments