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