DescriptorRunnerWebGL
constructor
new DescriptorRunnerWebGL(options?: DescriptorRunnerOptions): DescriptorRunnerWebGL                       
										
											[descriptor_runner/descriptor_runner_webgl.ts:73]
										
									
backendName:BackendName = "webgl"         
								
									[descriptor_runner/descriptor_runner_webgl.ts:63]
								
							input arrays
outputs arrays
transformUrlDelegate:                    function                              
								
									[descriptor_runner/descriptor_runner.ts:71]
								
							
										fetchDescriptor
									 
									
fetchDescriptor(directory: string                    ): Promise<any                    >                                         
										
											[descriptor_runner/descriptor_runner_webgl.ts:90]
										
									| Name | Type | Default | Description | 
|---|---|---|---|
| directory | 
string                     | 
Promise<any                    >                    
										
										fetchParameters
									 
									
fetchParameters(directory: string                    , progressCallback?: function                    ): Promise<ArrayBuffer                    >                                         
										
											[descriptor_runner/descriptor_runner_webgl.ts:95]
										
									| Name | Type | Default | Description | 
|---|---|---|---|
| directory | 
string                     | ||
| progressCallback | 
function                     | 
Promise<ArrayBuffer                    >                    
										
										getInputViews
									  
									
getInputViews(): SymbolicFloat32Array[]                  
										
											[descriptor_runner/descriptor_runner_webgl.ts:242]
										
									
										getOutputViews
									  
									
getOutputViews(): SymbolicFloat32Array[]                  
										
											[descriptor_runner/descriptor_runner_webgl.ts:267]
										
									init
init(): Promise<void                    >                                        
										
											[descriptor_runner/descriptor_runner_webgl.ts:79]
										
									
Promise<void                    >                    
										run
run(): Promise<void                    >                                        
										
											[descriptor_runner/descriptor_runner_webgl.ts:421]
										
									
Promise<void                    >                    
										
										saveCache
									 
									
saveCache(directory: string                    , descriptor: GraphDescriptorWebGL, parameters: ArrayBuffer                    ): Promise<void                    >                                         
										
											[descriptor_runner/descriptor_runner_webgl.ts:121]
										
									save cache
| Name | Type | Default | Description | 
|---|---|---|---|
| directory | 
string                     | ||
| descriptor | GraphDescriptorWebGL | ||
| parameters | 
ArrayBuffer                     | 
Promise<void                    >                    
										
										setDescriptorAndParameters
									   
									
setDescriptorAndParameters(descriptor: GraphDescriptorWebGL, parameters: ArrayBuffer                    ): Promise<void                    >                                           
										
											[descriptor_runner/descriptor_runner_webgl.ts:128]
										
									| Name | Type | Default | Description | 
|---|---|---|---|
| descriptor | GraphDescriptorWebGL | ||
| parameters | 
ArrayBuffer                     | 
Promise<void                    >                    
										
										setPlaceholderValue
									  
									
setPlaceholderValue(values: object                    ): Promise<void                    >                                          
										
											[descriptor_runner/descriptor_runner_webgl.ts:227]
										
									| Name | Type | Default | Description | 
|---|---|---|---|
| values | 
object                     | 
Promise<void                    >                    
										
										checkAvailability
									 
									
checkAvailability(): boolean                                         
										
											[descriptor_runner/descriptor_runner_webgl.ts:71]
										
									
boolean