How do you know if a vertex shader is executed in hardware?
On old hardware this will be obvious, but on new hardware, it could depend on what you have in the shader, how long it is, etc.
Is there a way to query the driver to know if the vertex program will be handled by the GPU or CPU?



