set the color of a vertex using a GLSL vertex shader

Posted by Soubok on Stack Overflow See other posts from Stack Overflow or by Soubok
Published on 2010-03-31T12:03:58Z Indexed on 2010/03/31 13:33 UTC
Read the original article Hit count: 557

Filed under:
|
|

Is it possible to set the color of a single vertex (not a face) using a GLSL vertex shader program (using GL_ARB_shading_language_100 extension) ?

© Stack Overflow or respective owner

Related posts about opengl

Related posts about glsl