Tagged Questions
2
votes
2answers
582 views
Which is worst: Too many VertexShader instructions, or FragmentShader instructions?
I want to have a better understanding of how to create shaders with optimal performance and realize where some bottlenecks can occur.
Is it usually favorable (when possible) to delegate most of the ...