Where I work, I've been told that it doesn't matter that the texture is square, so much as that the dimensions are "square", as in Power of 2. So, 512x512 is alright, 512x256 is alright, but 512 x 400 is bad. Not being a "square number" is the big issue. Another thing we run into is that, for some shaders, all textures in…