I have been struggle with this problem for a while and I can't figure it out.
I'm getting the below error a number of times:
D3D11 ERROR: ID3D10Device::DrawIndexed: Input Assembler - Vertex Shader linkage error: Signatures between stages are incompatible. Semantic 'TEXCOORD' is defined for mismatched hardware registers between the output stage and input stage. [ EXECUTION ERROR #343: DEVICE_SHADER_LINKAGE_REGISTERINDEX]
//Vertex shader input
//Vertex shader output
//Vertex shader
Any advice to help diagnose this problem will be much appreciated.
I apologies if I provided to much information.