-
How does one define Shader in CG Design & what is Shading? Is it only about how light
I am trying to learn OpenGL and wondering about this.
How does one define Shader in CG Design & what is Shading? Is it only about how light is reflected off a surface?
I understand that shades tell us about where light source is and where the shadow is, but how does one define a Shader?
-
Senior Member
OpenGL Guru
What is "CG design"?
As for what a shader is, in terms of modern consumer graphics cards, a shader is a program that is executed on the GPU, which computes some part of the graphics pipeline.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules