Tagged Questions
-1
votes
1answer
417 views
Vertex shader are evil for performance?
I found that the vertex shaders are sometimes very useful, especially because they can generate geometries and extract and use a lot of informations from just 1 image.
The problem is that my project ...