Texture::IsValid

Texture::IsValid
virtual bool IsValid() const = 0;
Description

IsValid determines whether the Initialize call has already been made, and if it was successful.

Return Value

Returns true if the Initialize call has been made and false otherwise.