getInternalformatParameter method
The WebGL2RenderingContext.getInternalformatParameter()
method of the
WebGL 2 API
returns
information about implementation-dependent support for internal formats.
Implementation
external JSAny? getInternalformatParameter(
  GLenum target,
  GLenum internalformat,
  GLenum pname,
);