For texture sizes greater than GL_MAX_ARRAY_TEXTURE_LAYERS
, I have to use an array of single textures instead of one texture array. No problem for me.
I'm just wondering whats the reason behind making GL_MAX_ARRAY_TEXTURE_LAYERS
so much smaller than GL_MAX_TEXTURE_SIZE
?
edit: this can be deleted