getContextAttributes method
Returns an object that describes the attributes set on a context when it was created.
![]() |
Syntax
var retVal = WebGLRenderingContext.getContextAttributes();Parameters
This method has no parameters.
Return value
Type: WebGLContextAttributes
An object that contains the attributes. See WebGLContextAttributes for more info.
See also
Show:
