Y
Hacker News
new
|
ask
|
show
|
jobs
by
curiousjorge
3938 days ago
what is a shader exactly in layman's terms?
2 comments
ferbivore
3938 days ago
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).
link
smhaziq
3937 days ago
A program that tells a computer how to draw something in a specific and unique way.
link