new Context
Stability: experimental
Parameters:
| Name | Type | Description |
|---|---|---|
canvas |
HTMLCanvasElement | Canvas. |
gl |
WebGLRenderingContext | GL. |
- Source:
- context.js, line 28
Extends
- goog.events.EventTarget
Methods
-
getGL
Stability: experimental -
- Source:
- context.js, line 165
Returns:
GL.
- Type
- WebGLRenderingContext
-
useProgram
Stability: experimental -
Parameters:
Name Type Description programWebGLProgram Program.
- Source:
- context.js, line 253
Returns:
Changed.
- Type
- boolean
OpenLayers 3