Hacker News new | ask | show | jobs
by curiousjorge 3938 days ago
what is a shader exactly in layman's terms?
2 comments

Tiny program that runs on the GPU. Executes once for each point in the scene (vertex shader) or pixel in the rendered image (pixel shader).
A program that tells a computer how to draw something in a specific and unique way.