Class Index | File Index

Classes


Class TextureRequest

Represents multiple asynchronous requests for images to build up Texture objects.
Defined in: benchgl.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
TextureRequest(options)
Creates a new TextureRequest.
Method Summary
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.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu May 19 2011 00:47:49 GMT+0200 (CEST)