Class TextureRequest
Represents multiple asynchronous requests for images to build up Texture objects.
Defined in: benchgl.js.
Constructor Attributes | Constructor Name and Description |
---|---|
TextureRequest(options)
Creates a new TextureRequest.
|
Method Attributes | Method Name and Description |
---|---|
send(callback)
Executes all the request of this TextureRequest,
using a callback function to handle each one of them on completion.
|
Class Detail
TextureRequest(options)
Creates a new TextureRequest.
- Parameters:
- {Object} options
- Information about the requested textures.
Method Detail
send(callback)
Executes all the request of this TextureRequest,
using a callback function to handle each one of them on completion.
- Parameters:
- {Function} callback
- A callback function to handle results on completion.