exit vertex shader ?

Started by
0 comments, last by _DarkWIng_ 19 years, 7 months ago
is it possible to exit a vertex shader?? I've written one with the editor, and was wondering whether i could do more cpu work with the shader... deciding to draw a triangle or not for example thanx
Advertisement
Quote:Original post by Viper173
is it possible to exit a vertex shader??
...deciding to draw a triangle or not for example

No. You can't do that in vertex shader. It's just a spmple program: one vertex in, one vertex out. Nothing else.
You should never let your fears become the boundaries of your dreams.

This topic is closed to new replies.

Advertisement