Barebone HLSL shaders, for Unity 3D, URP (HDRP?).
Graphics.Blit(srcTexture, targetTexture, material, 0);
For the forward
path.
For the fullscreen render feature.
A simple GBuffer shader (deferred
path).
A BRDF (PBR) GBuffer shader (deferred
path).