Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to clean up an OpenGL application. Currently, I want to store all my textures in a texture array.
According to cases, I might have to store only one texture.
In that case, can I create a valid array texture with only one layer ? I did not find which part of the spec deals with this question.

share

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.