pixel and vertex shaders...

Hi,
could someone please tell me where I can learn about pixel and vertex shaders

Hi,

Visit http://developer.nvidia.com/view.asp?PAGE=nvsdk

there You can learn something about it

glYaro

First of all, vertex and pixel shaders do not exist in OpenGL under that name. They’re called vertex and fragment programs.
Secondly, a thread has been started in the advanced forum, and you’d better check it since vertex and fragment programs are considered an advanced topic in OpenGL.

Hi!

Look at: http://www.3dlabs.com/support/developer/ogl2/specs/index.htm

there is an extension called:
GL_GL2_vertex_shader

This ext. is in OpenGL 2.0 the newest version of this API

yaro

I see no one is pointing to the openGL extensions specs…
http://developer.nvidia.com/view.asp?IO=nvidia_opengl_specs

The pdf is quite large (over 1000 pages) but works well.

Bye