On 19/06/07, Stefan Dösinger <stefandoesinger at gmx.at> wrote:
> + if(!This->stateBlock->vertexShader) {
>
Testing for a vertex shader like that doesn't take into account the
selected vs mode (ie, could be disabled) or transformed vertices. You
should probably be using use_vs() instead.