unconfigure method
void
unconfigure()
The unconfigure()
method of the
GPUCanvasContext interface removes any previously-set context
configuration, and destroys any textures returned via
GPUCanvasContext.getCurrentTexture while the canvas context was
configured.
Implementation
external void unconfigure();