Just to bring a little closure to this and supply a happy ending(!), I managed to fix things using PIX.I was sending the right number of vertices and indices and my indices were indeed correct. My vertices were all set to (0,0,0) though. By going into the vertex shader in debug mode, I noticed that the names of the inputs did not match what I ...