Normalized screen space coordinates

How could I get normalized screen space texture coordinates? I tried both TexCoord and ScreenPosition but they only cover the top left corner of the 0…1 UV space.
What I’d like to do in a post process material is to show a texture which fills the screen regardless the resolution or aspect ratio.

You can use ScreenAlignedUVs node for the UV input of your texture.