Original Post
i can send over ID3D10ShaderResourceView files to texture2d in the shader
but i need to send over an array of them to texture2dArray in the shader
i can send them over to a texture2d[100]; but this will not allow me to do the thing i want
but i need to send over an array of them to texture2dArray in the shader
i can send them over to a texture2d[100]; but this will not allow me to do the thing i want