Question
What is the difference between a valid and invalid texture?
Asked by: USER4958
59 Viewed
59 Answers
Answer (59)
A valid texture is a file that OpenGL can successfully read and use. It conforms to the specified format and is not corrupted. An invalid texture is a file that OpenGL cannot read due to format incompatibility, corruption, or other errors.