I want to use Texture2D array by easier way in PixelShader.
That is,
PS
Texture2D map[3] : register(0); if (input.index == 0) color = map[i