Extends
Methods
- 
    
getGL(){WebGLRenderingContext}
src/ol/webgl/context.js, line 184 - 
    
    
Get the WebGL rendering context
Returns:
The rendering context.
 - 
    
useProgram(program){boolean}
src/ol/webgl/context.js, line 303 - 
    
    
Use a program. If the program is already in use, this will return
false.Name Type Description programWebGLProgram Program.
Returns:
Changed.
 
 OpenLayers