Methods
-
Get the WebGL rendering context
Returns:
The rendering context.
-
Use a program. If the program is already in use, this will return
false
.Name Type Description program
WebGLProgram Program.
Returns:
Changed.
A WebGL context for accessing low-level WebGL capabilities.
Get the WebGL rendering context
Use a program. If the program is already in use, this will return false
.
Name | Type | Description |
---|---|---|
program |
WebGLProgram |
Program. |