Good start -- the pixel shader doesn't accept the "position" semantic. Instead, your vertex shader should also output the position to TEXCOORD1 or so, and have the pixel shader take in InPos through that semantic.


Formerly known as JulzMighty.
I made KarBOOM!