What is the difference between a valid and invalid texture?

Responsive Ad Header

Question

Grade: Education Subject: Support
What is the difference between a valid and invalid texture?
Asked by:
59 Viewed 59 Answers

Answer (59)

Best Answer
(239)
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.