Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: How does one define Shader in CG Design & what is Shading? Is it only about how light

  1. #1
    Junior Member Newbie
    Join Date
    Jul 2012
    Posts
    5

    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?

  2. #2
    Senior Member OpenGL Guru
    Join Date
    May 2009
    Posts
    4,728
    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
  •