SSo in my .fx file I have
Texture2D letters[26];But when it comes time to map that to the ShaderResourceVariable, which is declared like this:
ID3D10EffectShaderResourceVariable* pShaderLetters[26];
I get an error saying something like can't convert * to an array (even though both are arrays).
Any suggestions?



















