GLSL vertex shaders with movements vs vertex off the screen

Posted by user827992 on Game Development See other posts from Game Development or by user827992
Published on 2012-08-28T17:04:11Z Indexed on 2012/08/28 21:52 UTC
Read the original article Hit count: 361

Filed under:
|
|
|

If i have a vertex shader that manage some movements and variations about the position of some vertex in my OpenGL context, OpenGL is smart enough to just run this shader on only the vertex visible on the screen?

This part of the OpenGL programmable pipeline is not clear to me because all the sources are not really really clear about this, they talk about fragments and pixels and I get that, but what about vertex shaders?

If you need a reference i'm reading from this right now and this online book has a couple of examples about this.

© Game Development or respective owner

Related posts about opengl

Related posts about glsl