bool is_ready() const
Returns true if this request has completed, false if it is still pending.
Represents a texture object, which is typically a single 2-d image but may also represent a 1-d or 3-...
PreparedGraphicsObjects * get_prepared_graphics_objects() const
Returns the PreparedGraphicsObjects object associated with this asynchronous TextureReloadRequest.
TextureReloadRequest(const std::string &name, PreparedGraphicsObjects *pgo, Texture *texture, bool allow_compressed)
Create a new TextureReloadRequest, and add it to the loader via load_async(), to begin an asynchronou...
bool get_allow_compressed() const
Returns the "allow compressed" flag associated with this asynchronous TextureReloadRequest.