View Full Version : Vertex shader tutorial
Platinum
03-03-2004, 06:49 AM
Does anyone know some good tutorial on the assembler language for Vertex shader v.2.0?
dorbie
03-03-2004, 11:59 AM
Try this:
http://www.clockworkcoders.com/oglsl/tutorial5.htm
Platinum
03-03-2004, 01:52 PM
Originally posted by dorbie:
Try this:
http://www.clockworkcoders.com/oglsl/tutorial5.htm
Thanks for your post, but I am interested in the assembly language for vs2.0 and this tutorial seems to be about ps and in a higher level language. But thanks anyway.
jonasmr
03-04-2004, 01:30 PM
vs2.0 is a directx thing.
you should consider ARB_vertex_program.
read the spec, it has some neat examples if i recall correctly:
http://oss.sgi.com/projects/ogl-sample/registry/ARB/vertex_shader.txt.
If you happend to own a card capable of supporting GL shading language, you should skip the assembly part, and read the tutorial suggested above.
Platinum
03-09-2004, 10:38 AM
Thanks, the specification looks good, I'll have a look at it.
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.