Lighting pass shader for Directional Lights
Calculates diffuse and specular lights from the full-screen directional light, using the view ray to reconstruct pixel position
Takes in a clip-space quad and creates a ray from camera to each vertex, which is interpolated during pass-through
See Source File
Lighting pass shader for Directional Lights