View Full Version : pixel and vertex shaders...
quentapole
01-29-2003, 12:16 PM
Hi,
could someone please tell me where I can learn about pixel and vertex shaders
yaro_dup1
02-01-2003, 10:07 AM
Hi,
Visit http://developer.nvidia.com/view.asp?PAGE=nvsdk
there You can learn something about it
glYaro
vincoof
02-03-2003, 01:09 PM
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.
yaro_dup1
02-03-2003, 02:26 PM
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
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.