Hi.
I am working with DirectX 11 and I need to pass to shader an array of textures with different dimensions and have access to it by index.
So, seems Texture2DArray type is not what I need.
Does anyone already did such thing?
What is the correct way of doing this?