The Most Complicated Nothing Shader - Unity 3D Grab Pass
· ☕ 1 min read
Grab Passes are a really complicated and expensive way to do nothing in a shader. A Grab Pass is an additional pass added to your shader that captures the scene and allows you to use that captured texture in your shader.